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/3d90fe92-8367-4d65-a192-d983a19147f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d90fe92-8367-4d65-a192-d983a19147f2",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "03d04bb2-036b-4050-8459-fda8c7931055",
    "completed": true,
    "last_updated": "2022-09-13T22:47:00.568660-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/03d04bb2-036b-4050-8459-fda8c7931055",
    "datetime": "2022-09-12T22:59:00-04:00",
    "cutoff_datetime": "2022-09-12T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - September 12th 2022",
    "bettypes": [
        {
            "id": "9a494fdf-c2b1-4165-b064-ec9a38afc298",
            "match": "https://api-prod.gambitprofit.com/api/matches/3d90fe92-8367-4d65-a192-d983a19147f2/?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": "6a78d1a8-e085-4471-a8b9-509dc342eb67",
                    "gambit_id": "d1c396b0-e882-4a57-a95e-838acb27a149",
                    "last_updated": "2022-09-13T22:47:00.571521-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.67000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a494fdf-c2b1-4165-b064-ec9a38afc298/?format=api"
                },
                {
                    "id": "21a7d9c0-bfef-410e-a16d-3ee004af1386",
                    "gambit_id": "5b596def-c1e0-4718-a6f9-a1c118714d3a",
                    "last_updated": "2022-09-13T22:47:00.575650-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.34000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a494fdf-c2b1-4165-b064-ec9a38afc298/?format=api"
                },
                {
                    "id": "327edcdc-2ee6-47f6-90cc-4303f9995910",
                    "gambit_id": "2ad15f1d-7495-4cdf-a32f-8d5d49c4a39c",
                    "last_updated": "2022-09-13T22:47:00.573723-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.34000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a494fdf-c2b1-4165-b064-ec9a38afc298/?format=api"
                },
                {
                    "id": "8dea7495-db51-40c2-8913-ac2a4b175eb9",
                    "gambit_id": "8458c608-64ec-413d-b90a-74ecc5640114",
                    "last_updated": "2022-09-13T22:47:00.574687-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.34000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a494fdf-c2b1-4165-b064-ec9a38afc298/?format=api"
                },
                {
                    "id": "50e6c4b3-04bc-47ba-a951-7a778a6c560a",
                    "gambit_id": "b6cb0fbc-e4fe-4b08-a5e0-951e7302b01f",
                    "last_updated": "2022-09-13T22:47:00.572722-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.34000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a494fdf-c2b1-4165-b064-ec9a38afc298/?format=api"
                }
            ]
        }
    ]
}