[
    {
        "entrant_id": 3636,
        "pnum": 29355,
        "seed": 1,
        "title": "",
        "surname": "Anderson",
        "forename": "Paul R",
        "clubs": [
            "KC"
        ],
        "status": "A",
        "grade": 1441,
        "rounds": [
            {
                "round": 1,
                "type": "game",
                "opponent_entrant_id": 3635,
                "opponent_pnum": 25112,
                "opponent_seed": 2,
                "opponent_title": "",
                "opponent_surname": "Owens",
                "opponent_forename": "Aaron",
                "opponent_grade": 1251,
                "result": "1-0",
                "colour": "B",
                "score": 0
            }
        ],
        "points_scored": 0,
        "points_achieved": 0,
        "games_played": 1
    },
    {
        "entrant_id": 3635,
        "pnum": 25112,
        "seed": 2,
        "title": "",
        "surname": "Owens",
        "forename": "Aaron",
        "clubs": [
            "KC"
        ],
        "status": "A",
        "grade": 1251,
        "rounds": [
            {
                "round": 1,
                "type": "game",
                "opponent_entrant_id": 3636,
                "opponent_pnum": 29355,
                "opponent_seed": 1,
                "opponent_title": "",
                "opponent_surname": "Anderson",
                "opponent_forename": "Paul R",
                "opponent_grade": 1441,
                "result": "1-0",
                "colour": "W",
                "score": 1
            }
        ],
        "points_scored": 1,
        "points_achieved": 1,
        "games_played": 1
    }
]