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/9e437ddf-0e3d-496c-afbb-282c69429d23/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e437ddf-0e3d-496c-afbb-282c69429d23",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "f3e68c90-f8ea-4e90-bccc-562672b8e452",
    "completed": true,
    "last_updated": "2022-10-04T13:52:23.079303-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -9999,
    "sport_category": "Powerball Betting",
    "sport": "Non Sporting",
    "url": "https://app.gambitrewards.com/match/f3e68c90-f8ea-4e90-bccc-562672b8e452",
    "datetime": "2022-10-03T22:59:00-04:00",
    "cutoff_datetime": "2022-10-03T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - October 3rd 2022",
    "bettypes": [
        {
            "id": "84e3550b-c9fd-4370-aba0-f168ba5c8dc5",
            "match": "https://api-prod.gambitprofit.com/api/matches/9e437ddf-0e3d-496c-afbb-282c69429d23/?format=api",
            "name": "FreeForm",
            "created_at": "1969-12-31T19:00:00-05: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": "3cedc65a-4143-4a7a-9ff2-9e1918838a35",
                    "gambit_id": "98a733ef-01f1-4d88-9d87-97bd659abbd6",
                    "last_updated": "2022-10-04T13:52:23.082096-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.91000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84e3550b-c9fd-4370-aba0-f168ba5c8dc5/?format=api"
                },
                {
                    "id": "d96b5385-3c79-415e-a2f0-3699fa13a0a2",
                    "gambit_id": "04584661-5528-4f7e-a0aa-bd26cf5d8410",
                    "last_updated": "2022-10-04T13:52:23.086275-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84e3550b-c9fd-4370-aba0-f168ba5c8dc5/?format=api"
                },
                {
                    "id": "804ab1de-adb7-44d3-960a-d4102c587db0",
                    "gambit_id": "25c4a2c1-b748-49f9-bc16-c4987459dd3f",
                    "last_updated": "2022-10-04T13:52:23.084313-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84e3550b-c9fd-4370-aba0-f168ba5c8dc5/?format=api"
                },
                {
                    "id": "1b1fa2fa-0d71-4ed9-b876-5304f99fe0a1",
                    "gambit_id": "259bd79a-4779-4621-8d6f-9c0af6b808c7",
                    "last_updated": "2022-10-04T13:52:23.083336-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84e3550b-c9fd-4370-aba0-f168ba5c8dc5/?format=api"
                },
                {
                    "id": "ab6b8257-9b47-4b6a-83df-3b3e1837e957",
                    "gambit_id": "100f9c0f-e7ef-472d-b908-fb263d31413d",
                    "last_updated": "2022-10-04T13:52:23.085292-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84e3550b-c9fd-4370-aba0-f168ba5c8dc5/?format=api"
                }
            ]
        }
    ]
}