[
    {
        "entrant_id": 10387,
        "pnum": 33675,
        "seed": 1,
        "title": "",
        "surname": "Singh",
        "forename": "Ranveer",
        "clubs": [
            "RS"
        ],
        "status": "J11",
        "grade": 0,
        "rounds": [
            {
                "round": 1,
                "type": "game",
                "opponent_entrant_id": 10388,
                "opponent_pnum": 33102,
                "opponent_seed": 2,
                "opponent_title": "",
                "opponent_surname": "Logan",
                "opponent_forename": "David",
                "opponent_grade": 0,
                "result": "1-0",
                "colour": "B",
                "score": 0
            }
        ],
        "points_scored": 0,
        "points_achieved": 0,
        "games_played": 1
    },
    {
        "entrant_id": 10388,
        "pnum": 33102,
        "seed": 2,
        "title": "",
        "surname": "Logan",
        "forename": "David",
        "clubs": [
            "RS"
        ],
        "status": "NEW",
        "grade": 0,
        "rounds": [
            {
                "round": 1,
                "type": "game",
                "opponent_entrant_id": 10387,
                "opponent_pnum": 33675,
                "opponent_seed": 1,
                "opponent_title": "",
                "opponent_surname": "Singh",
                "opponent_forename": "Ranveer",
                "opponent_grade": 0,
                "result": "1-0",
                "colour": "W",
                "score": 1
            }
        ],
        "points_scored": 1,
        "points_achieved": 1,
        "games_played": 1
    }
]