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/b4d78d56-aba6-4d35-b288-3b18be0e3db8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4d78d56-aba6-4d35-b288-3b18be0e3db8",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "c4522a2a-eaaa-464d-aa17-da9658e3ee0c",
    "completed": true,
    "last_updated": "2023-10-17T10:23:11.376288-04:00",
    "created_at": "2023-10-16T18:43:01.974518-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/c4522a2a-eaaa-464d-aa17-da9658e3ee0c",
    "datetime": "2023-10-16T22:59:00-04:00",
    "cutoff_datetime": "2023-10-16T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - October 16th 2023",
    "bettypes": [
        {
            "id": "79dfee4b-a44b-4bf3-a7f3-7eb8b97bca38",
            "match": "https://api-prod.gambitprofit.com/api/matches/b4d78d56-aba6-4d35-b288-3b18be0e3db8/?format=api",
            "name": "FreeForm",
            "created_at": "2023-10-16T18:43:01.985982-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": "e7b72bed-65c2-4737-9b26-b5630d6ffd33",
                    "gambit_id": "b850785f-5c7e-48f6-93ef-f3ddb476bf85",
                    "last_updated": "2023-10-17T10:23:11.405647-04:00",
                    "created_at": "2023-10-16T18:43:02.054705-04:00",
                    "name": "21 to 26",
                    "reward": "3.85000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79dfee4b-a44b-4bf3-a7f3-7eb8b97bca38/?format=api"
                },
                {
                    "id": "ef28c8a5-ac7c-474b-b359-f1b70a478bbc",
                    "gambit_id": "0635cee4-7c88-4e21-9d43-881a5caa26dd",
                    "last_updated": "2023-10-17T10:23:11.387008-04:00",
                    "created_at": "2023-10-16T18:43:02.002097-04:00",
                    "name": "1 to 5",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79dfee4b-a44b-4bf3-a7f3-7eb8b97bca38/?format=api"
                },
                {
                    "id": "e30c43da-a38e-49b2-8eab-9ae368455d77",
                    "gambit_id": "c3beec89-308c-4d3b-8ca1-8d5ed42d2e69",
                    "last_updated": "2023-10-17T10:23:11.391190-04:00",
                    "created_at": "2023-10-16T18:43:02.013107-04:00",
                    "name": "6 to 10",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79dfee4b-a44b-4bf3-a7f3-7eb8b97bca38/?format=api"
                },
                {
                    "id": "45cbec72-fc64-4fe4-91d8-61a6cf2dc463",
                    "gambit_id": "22e928d9-2c62-4b88-b4e5-e21e4ae016e0",
                    "last_updated": "2023-10-17T10:23:11.398179-04:00",
                    "created_at": "2023-10-16T18:43:02.022033-04:00",
                    "name": "11 to 15",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79dfee4b-a44b-4bf3-a7f3-7eb8b97bca38/?format=api"
                },
                {
                    "id": "f2b9bcde-7906-4739-bf1d-fb508f50e58a",
                    "gambit_id": "601d0baa-b8a2-4f0f-a0af-47094de0b694",
                    "last_updated": "2023-10-17T10:23:11.401795-04:00",
                    "created_at": "2023-10-16T18:43:02.041420-04:00",
                    "name": "16 to 20",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79dfee4b-a44b-4bf3-a7f3-7eb8b97bca38/?format=api"
                }
            ]
        }
    ]
}