[
    {
        "team_id": 512,
        "team_name": "Edinburgh 3",
        "seed": 1,
        "rounds": [
            {
                "round": 1,
                "match_points": 2,
                "board_points": 4,
                "cumulative_match_points": 2,
                "cumulative_board_points": 4
            }
        ]
    },
    {
        "team_id": 513,
        "team_name": "Musselburgh 1",
        "seed": 2,
        "rounds": [
            {
                "round": 1,
                "match_points": 0,
                "board_points": 2,
                "cumulative_match_points": 0,
                "cumulative_board_points": 2
            }
        ]
    },
    {
        "team_id": 515,
        "team_name": "Civil Service 2",
        "seed": 3,
        "rounds": [
            {
                "round": 1,
                "match_points": 1,
                "board_points": 3,
                "cumulative_match_points": 1,
                "cumulative_board_points": 3
            }
        ]
    },
    {
        "team_id": 514,
        "team_name": "Wandering Dragons 3",
        "seed": 4,
        "rounds": [
            {
                "round": 1,
                "match_points": 1,
                "board_points": 3,
                "cumulative_match_points": 1,
                "cumulative_board_points": 3
            }
        ]
    }
]