[
    {
        "entrant_id": 8795,
        "pnum": 7506,
        "seed": 1,
        "title": "",
        "surname": "Frew",
        "forename": "Elliot",
        "clubs": [
            "KM",
            "TR"
        ],
        "status": "A",
        "grade": 2157,
        "rounds": [
            {
                "round": 1,
                "type": "game",
                "opponent_entrant_id": 8796,
                "opponent_pnum": 14049,
                "opponent_seed": 2,
                "opponent_title": "",
                "opponent_surname": "Malkin",
                "opponent_forename": "Jamie",
                "opponent_grade": 2097,
                "result": "0-1",
                "colour": "W",
                "score": 0
            },
            {
                "round": 2,
                "type": "game",
                "opponent_entrant_id": 8796,
                "opponent_pnum": 14049,
                "opponent_seed": 2,
                "opponent_title": "",
                "opponent_surname": "Malkin",
                "opponent_forename": "Jamie",
                "opponent_grade": 2097,
                "result": "1-0",
                "colour": "B",
                "score": 0
            }
        ],
        "points_scored": 0,
        "points_achieved": 0,
        "games_played": 2
    },
    {
        "entrant_id": 8796,
        "pnum": 14049,
        "seed": 2,
        "title": "",
        "surname": "Malkin",
        "forename": "Jamie",
        "clubs": [
            "KM"
        ],
        "status": "A",
        "grade": 2097,
        "rounds": [
            {
                "round": 1,
                "type": "game",
                "opponent_entrant_id": 8795,
                "opponent_pnum": 7506,
                "opponent_seed": 1,
                "opponent_title": "",
                "opponent_surname": "Frew",
                "opponent_forename": "Elliot",
                "opponent_grade": 2157,
                "result": "0-1",
                "colour": "B",
                "score": 1
            },
            {
                "round": 2,
                "type": "game",
                "opponent_entrant_id": 8795,
                "opponent_pnum": 7506,
                "opponent_seed": 1,
                "opponent_title": "",
                "opponent_surname": "Frew",
                "opponent_forename": "Elliot",
                "opponent_grade": 2157,
                "result": "1-0",
                "colour": "W",
                "score": 1
            }
        ],
        "points_scored": 2,
        "points_achieved": 2,
        "games_played": 2
    }
]