[
    {
        "entrant_id": 10901,
        "pnum": 33673,
        "seed": 1,
        "title": "",
        "surname": "McGuire",
        "forename": "Ian",
        "clubs": [
            "WG"
        ],
        "status": "NEW",
        "grade": 0,
        "rounds": [
            {
                "round": 1,
                "type": "game",
                "opponent_entrant_id": 10902,
                "opponent_pnum": 33696,
                "opponent_seed": 2,
                "opponent_title": "",
                "opponent_surname": "Sivasankar",
                "opponent_forename": "Ram Nithwin",
                "opponent_grade": 0,
                "result": "0-1",
                "colour": "B",
                "score": 1
            }
        ],
        "points_scored": 1,
        "points_achieved": 1,
        "games_played": 1
    },
    {
        "entrant_id": 10902,
        "pnum": 33696,
        "seed": 2,
        "title": "",
        "surname": "Sivasankar",
        "forename": "Ram Nithwin",
        "clubs": [
            "IC"
        ],
        "status": "J8",
        "grade": 0,
        "rounds": [
            {
                "round": 1,
                "type": "game",
                "opponent_entrant_id": 10901,
                "opponent_pnum": 33673,
                "opponent_seed": 1,
                "opponent_title": "",
                "opponent_surname": "McGuire",
                "opponent_forename": "Ian",
                "opponent_grade": 0,
                "result": "0-1",
                "colour": "W",
                "score": 0
            }
        ],
        "points_scored": 0,
        "points_achieved": 0,
        "games_played": 1
    }
]