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/6ae52b3d-199c-482d-9cf0-173311954473/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ae52b3d-199c-482d-9cf0-173311954473",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "e4b56724-439c-486d-9265-4c9dbfa863b0",
    "completed": true,
    "last_updated": "2023-08-29T19:38:16.877920-04:00",
    "created_at": "2023-08-28T14:13:23.638690-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/e4b56724-439c-486d-9265-4c9dbfa863b0",
    "datetime": "2023-08-28T22:59:00-04:00",
    "cutoff_datetime": "2023-08-28T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - August 28th 2023",
    "bettypes": [
        {
            "id": "a9919257-8147-4ac6-9dfd-0659477cc874",
            "match": "https://api-prod.gambitprofit.com/api/matches/6ae52b3d-199c-482d-9cf0-173311954473/?format=api",
            "name": "FreeForm",
            "created_at": "2023-08-28T14:13:23.645360-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": "d7306c6c-4509-47fa-9557-85b6153c99c8",
                    "gambit_id": "ab877f1c-a81b-471a-9e83-6dc4af417681",
                    "last_updated": "2023-08-29T19:38:16.914423-04:00",
                    "created_at": "2023-08-28T14:13:23.667089-04:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9919257-8147-4ac6-9dfd-0659477cc874/?format=api"
                },
                {
                    "id": "5653c5d5-6143-42bd-95f6-52a1eeab2b52",
                    "gambit_id": "3012e116-07da-4ea8-9360-f37062e18fdb",
                    "last_updated": "2023-08-29T19:38:16.885607-04:00",
                    "created_at": "2023-08-28T14:13:23.649799-04:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9919257-8147-4ac6-9dfd-0659477cc874/?format=api"
                },
                {
                    "id": "3d5d18b8-84e9-4728-b130-ea4a4b6ee270",
                    "gambit_id": "a9d54e7d-1f5a-4562-8f21-6f00d29e92ec",
                    "last_updated": "2023-08-29T19:38:16.902298-04:00",
                    "created_at": "2023-08-28T14:13:23.658682-04:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9919257-8147-4ac6-9dfd-0659477cc874/?format=api"
                },
                {
                    "id": "4f039661-525c-4ceb-b1bd-e74d2b77e18d",
                    "gambit_id": "fe3a4998-41d9-456b-8732-a41abc7cbaca",
                    "last_updated": "2023-08-29T19:38:16.908164-04:00",
                    "created_at": "2023-08-28T14:13:23.662812-04:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9919257-8147-4ac6-9dfd-0659477cc874/?format=api"
                },
                {
                    "id": "a51b350a-5754-4139-b801-09d8d61b6751",
                    "gambit_id": "d09dd921-4a04-4d20-8579-0c78f0b09e60",
                    "last_updated": "2023-08-29T19:38:16.889125-04:00",
                    "created_at": "2023-08-28T14:13:23.654051-04:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9919257-8147-4ac6-9dfd-0659477cc874/?format=api"
                }
            ]
        }
    ]
}