You’re all set!

Your guide “Building Real-Time Sports Betting Apps” is ready to download below.

Download PDF

Live Match Data Example

{
    "data": {
        "id": 19568538,
        "sport_id": 1,
        "league_id": 2,
        "season_id": 25580,
        "stage_id": 77478049,
        "group_id": null,
        "aggregate_id": null,
        "round_id": 388952,
        "state_id": 5,
        "venue_id": 230,
        "name": "Liverpool vs Real Madrid",
        "starting_at": "2025-11-04 20:00:00",
        "result_info": "Liverpool won after full-time.",
        "leg": "1/1",
        "details": null,
        "length": 90,
        "placeholder": false,
        "has_odds": true,
        "has_premium_odds": true,
        "starting_at_timestamp": 1762286400,
        "predictions": [
            {
                "id": 22517880,
                "fixture_id": 19568538,
                "predictions": {
                    "home": 34.36,
                    "away": 43.38,
                    "draw": 22.26
                },
                "type_id": 237,
                "type": {
                    "id": 237,
                    "name": "Fulltime Result Probability",
                    "code": "fulltime-result-probability",
                    "developer_name": "FULLTIME_RESULT_PROBABILITY",
                    "model_type": "prediction",
                    "stat_group": null
                }
            }
        ]
    },