[
    {
        "team_id": 475,
        "team_name": "Grangemouth",
        "seed": 1,
        "rounds": [
            {
                "round": 1,
                "match_points": 2,
                "board_points": 6,
                "cumulative_match_points": 2,
                "cumulative_board_points": 6
            }
        ]
    },
    {
        "team_id": 471,
        "team_name": "Stirling",
        "seed": 2,
        "rounds": [
            {
                "round": 1,
                "match_points": 2,
                "board_points": 4.5,
                "cumulative_match_points": 2,
                "cumulative_board_points": 4.5
            }
        ]
    },
    {
        "team_id": 470,
        "team_name": "Badgers Brook",
        "seed": 3,
        "rounds": [
            {
                "round": 1,
                "match_points": 0,
                "board_points": 2.5,
                "cumulative_match_points": 0,
                "cumulative_board_points": 2.5
            }
        ]
    },
    {
        "team_id": 476,
        "team_name": "Dunfermline",
        "seed": 4,
        "rounds": [
            {
                "round": 1,
                "match_points": 0,
                "board_points": 1,
                "cumulative_match_points": 0,
                "cumulative_board_points": 1
            }
        ]
    }
]