[
    {
        "entrant_id": 8204,
        "pnum": 33408,
        "seed": 1,
        "title": "",
        "surname": "Robin",
        "forename": "Rithin",
        "clubs": [
            "GW"
        ],
        "status": "NEW",
        "grade": 0,
        "rounds": [
            {
                "round": 1,
                "type": "game",
                "opponent_entrant_id": 8205,
                "opponent_pnum": 24306,
                "opponent_seed": 2,
                "opponent_title": "",
                "opponent_surname": "Trainer",
                "opponent_forename": "Christopher",
                "opponent_grade": 0,
                "result": "0-1",
                "colour": "W",
                "score": 0
            }
        ],
        "points_scored": 0,
        "points_achieved": 0,
        "games_played": 1
    },
    {
        "entrant_id": 8205,
        "pnum": 24306,
        "seed": 2,
        "title": "",
        "surname": "Trainer",
        "forename": "Christopher",
        "clubs": [
            "SA"
        ],
        "status": "NEW",
        "grade": 0,
        "rounds": [
            {
                "round": 1,
                "type": "game",
                "opponent_entrant_id": 8204,
                "opponent_pnum": 33408,
                "opponent_seed": 1,
                "opponent_title": "",
                "opponent_surname": "Robin",
                "opponent_forename": "Rithin",
                "opponent_grade": 0,
                "result": "0-1",
                "colour": "B",
                "score": 1
            }
        ],
        "points_scored": 1,
        "points_achieved": 1,
        "games_played": 1
    }
]