[
    {
        "entrant_id": 7946,
        "pnum": 6052,
        "seed": 1,
        "title": "",
        "surname": "Smith",
        "forename": "Stephen H",
        "clubs": [
            "ST"
        ],
        "status": "A",
        "grade": 1549,
        "rounds": [
            {
                "round": 1,
                "type": "game",
                "opponent_entrant_id": 7945,
                "opponent_pnum": 28204,
                "opponent_seed": 2,
                "opponent_title": "",
                "opponent_surname": "Warcup",
                "opponent_forename": "Ross",
                "opponent_grade": 1494,
                "result": "1-0",
                "colour": "B",
                "score": 0
            }
        ],
        "points_scored": 0,
        "points_achieved": 0,
        "games_played": 1
    },
    {
        "entrant_id": 7945,
        "pnum": 28204,
        "seed": 2,
        "title": "",
        "surname": "Warcup",
        "forename": "Ross",
        "clubs": [
            "ST"
        ],
        "status": "J16",
        "grade": 1494,
        "rounds": [
            {
                "round": 1,
                "type": "game",
                "opponent_entrant_id": 7946,
                "opponent_pnum": 6052,
                "opponent_seed": 1,
                "opponent_title": "",
                "opponent_surname": "Smith",
                "opponent_forename": "Stephen H",
                "opponent_grade": 1549,
                "result": "1-0",
                "colour": "W",
                "score": 1
            }
        ],
        "points_scored": 1,
        "points_achieved": 1,
        "games_played": 1
    }
]