Matches can be viewed and edited (when logged in). Use "tokens" url parameter to modify token amount. Use "limit" and "offset" parameters to set the limit and offset of the result. Look in the filters dialog to see how to programmatically filter and sort.
GET /api/matches/780280d4-ec71-48e9-a130-8aa4783d69de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "780280d4-ec71-48e9-a130-8aa4783d69de",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "5414993b-4916-4937-ba37-3818ee24e9f5",
    "completed": true,
    "last_updated": "2023-10-12T11:38:05.999833-04:00",
    "created_at": "2023-10-11T09:07:58.565987-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -9999,
    "sport_category": "Powerball Betting",
    "sport": "Non Sporting",
    "url": "https://app.gambitrewards.com/match/5414993b-4916-4937-ba37-3818ee24e9f5",
    "datetime": "2023-10-11T22:59:00-04:00",
    "cutoff_datetime": "2023-10-11T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - October 11th 2023",
    "bettypes": [
        {
            "id": "76661f4e-5ea6-4fa4-a443-21ea747c0203",
            "match": "https://api-prod.gambitprofit.com/api/matches/780280d4-ec71-48e9-a130-8aa4783d69de/?format=api",
            "name": "FreeForm",
            "created_at": "2023-10-11T09:07:58.584296-04:00",
            "high_risk": {
                "possible": false,
                "description": "Too many lines to bet on"
            },
            "med_risk": {
                "possible": false,
                "description": "Too many lines to bet on"
            },
            "no_risk": {
                "possible": false,
                "description": "Too many lines to bet on"
            },
            "lines": [
                {
                    "id": "1830b840-b349-474c-9d9a-a5e2f659ed9b",
                    "gambit_id": "5506d035-2f30-46f9-93e9-7fe48fe74f84",
                    "last_updated": "2023-10-12T11:38:06.042972-04:00",
                    "created_at": "2023-10-11T09:07:58.610622-04:00",
                    "name": "21 to 26",
                    "reward": "3.85000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76661f4e-5ea6-4fa4-a443-21ea747c0203/?format=api"
                },
                {
                    "id": "687a55a7-f643-4307-b32d-5310f346b128",
                    "gambit_id": "c90d75f4-1c19-47fe-acbc-c660e3ddc852",
                    "last_updated": "2023-10-12T11:38:06.037652-04:00",
                    "created_at": "2023-10-11T09:07:58.605382-04:00",
                    "name": "16 to 20",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76661f4e-5ea6-4fa4-a443-21ea747c0203/?format=api"
                },
                {
                    "id": "46508c82-aa9d-4f5a-a703-02095f36cb3d",
                    "gambit_id": "b8f193c1-ff57-4edc-a1ed-6d55450da0c5",
                    "last_updated": "2023-10-12T11:38:06.023323-04:00",
                    "created_at": "2023-10-11T09:07:58.589311-04:00",
                    "name": "1 to 5",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76661f4e-5ea6-4fa4-a443-21ea747c0203/?format=api"
                },
                {
                    "id": "dc02b4e1-efe7-4d36-be39-ca0418b33567",
                    "gambit_id": "da937440-7d1d-4891-8028-de8db412bb5f",
                    "last_updated": "2023-10-12T11:38:06.028151-04:00",
                    "created_at": "2023-10-11T09:07:58.594433-04:00",
                    "name": "6 to 10",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76661f4e-5ea6-4fa4-a443-21ea747c0203/?format=api"
                },
                {
                    "id": "7008750d-198c-4140-b5a0-c3de42933fc3",
                    "gambit_id": "e424e584-a374-4d55-ac97-55174c7b08b0",
                    "last_updated": "2023-10-12T11:38:06.033290-04:00",
                    "created_at": "2023-10-11T09:07:58.599994-04:00",
                    "name": "11 to 15",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76661f4e-5ea6-4fa4-a443-21ea747c0203/?format=api"
                }
            ]
        }
    ]
}