[
    {
        "entrant_id": 10142,
        "pnum": 30963,
        "seed": 1,
        "title": "",
        "surname": "Reynolds",
        "forename": "William",
        "clubs": [
            "ER"
        ],
        "status": "NEW",
        "grade": 2028,
        "rounds": [
            {
                "round": 1,
                "type": "game",
                "opponent_entrant_id": 10143,
                "opponent_pnum": 9024,
                "opponent_seed": 2,
                "opponent_title": "",
                "opponent_surname": "Mollison",
                "opponent_forename": "Jamie",
                "opponent_grade": 1816,
                "result": "1-0",
                "colour": "W",
                "score": 1
            }
        ],
        "points_scored": 1,
        "points_achieved": 1,
        "games_played": 1
    },
    {
        "entrant_id": 10143,
        "pnum": 9024,
        "seed": 2,
        "title": "",
        "surname": "Mollison",
        "forename": "Jamie",
        "clubs": [
            "BS",
            "DA"
        ],
        "status": "A",
        "grade": 1816,
        "rounds": [
            {
                "round": 1,
                "type": "game",
                "opponent_entrant_id": 10142,
                "opponent_pnum": 30963,
                "opponent_seed": 1,
                "opponent_title": "",
                "opponent_surname": "Reynolds",
                "opponent_forename": "William",
                "opponent_grade": 2028,
                "result": "1-0",
                "colour": "B",
                "score": 0
            }
        ],
        "points_scored": 0,
        "points_achieved": 0,
        "games_played": 1
    }
]