[
    {
        "team_id": 518,
        "team_name": "Edinburgh West",
        "seed": 1,
        "rounds": [
            {
                "round": 1,
                "match_points": 2,
                "board_points": 4,
                "cumulative_match_points": 2,
                "cumulative_board_points": 4
            }
        ]
    },
    {
        "team_id": 519,
        "team_name": "Sandy Bells",
        "seed": 2,
        "rounds": [
            {
                "round": 1,
                "match_points": 0,
                "board_points": 2,
                "cumulative_match_points": 0,
                "cumulative_board_points": 2
            }
        ]
    },
    {
        "team_id": 516,
        "team_name": "Corstorphine",
        "seed": 3,
        "rounds": [
            {
                "round": 1,
                "match_points": null,
                "board_points": null,
                "cumulative_match_points": null,
                "cumulative_board_points": null
            }
        ]
    },
    {
        "team_id": 517,
        "team_name": "Pentland Hills",
        "seed": 4,
        "rounds": [
            {
                "round": 1,
                "match_points": null,
                "board_points": null,
                "cumulative_match_points": null,
                "cumulative_board_points": null
            }
        ]
    }
]