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/d3c120a4-80f9-4e70-9da6-f452a80c4c55/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3c120a4-80f9-4e70-9da6-f452a80c4c55",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "23939ff4-4e17-47bc-ac49-46984a1971c2",
    "completed": true,
    "last_updated": "2023-09-15T16:38:16.894426-04:00",
    "created_at": "2023-09-10T23:23:09.464580-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/23939ff4-4e17-47bc-ac49-46984a1971c2",
    "datetime": "2023-09-11T22:59:00-04:00",
    "cutoff_datetime": "2023-09-11T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - September 11th 2023",
    "bettypes": [
        {
            "id": "199f1067-b210-4557-860d-bb61e42d64cf",
            "match": "https://api-prod.gambitprofit.com/api/matches/d3c120a4-80f9-4e70-9da6-f452a80c4c55/?format=api",
            "name": "FreeForm",
            "created_at": "2023-09-10T23:23:09.470056-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": "b6c4d1ce-0206-4ee8-bc88-2fb2accdd6f7",
                    "gambit_id": "e20943a3-338f-42d3-b97c-63f626190f0b",
                    "last_updated": "2023-09-15T16:38:16.920467-04:00",
                    "created_at": "2023-09-10T23:23:09.495330-04:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/199f1067-b210-4557-860d-bb61e42d64cf/?format=api"
                },
                {
                    "id": "cf141917-269a-4d5a-8707-76e82d525f69",
                    "gambit_id": "df4c90f4-d883-477f-85da-b98ec6249cf5",
                    "last_updated": "2023-09-15T16:38:16.904318-04:00",
                    "created_at": "2023-09-10T23:23:09.474812-04:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/199f1067-b210-4557-860d-bb61e42d64cf/?format=api"
                },
                {
                    "id": "dda901b5-9766-435e-99f0-3371d36d5565",
                    "gambit_id": "0166fd84-64d0-49c6-89da-b1f744d7940b",
                    "last_updated": "2023-09-15T16:38:16.908663-04:00",
                    "created_at": "2023-09-10T23:23:09.481917-04:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/199f1067-b210-4557-860d-bb61e42d64cf/?format=api"
                },
                {
                    "id": "ae896ab4-1852-46a3-b7ba-96754669706a",
                    "gambit_id": "8c780861-b4ab-4894-bc6b-4f715a7551dd",
                    "last_updated": "2023-09-15T16:38:16.912791-04:00",
                    "created_at": "2023-09-10T23:23:09.485786-04:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/199f1067-b210-4557-860d-bb61e42d64cf/?format=api"
                },
                {
                    "id": "71dc1cd1-8ee1-4a39-9401-ee75d1814457",
                    "gambit_id": "59076c7b-eab0-4f2d-80e1-bfd5239f297f",
                    "last_updated": "2023-09-15T16:38:16.916465-04:00",
                    "created_at": "2023-09-10T23:23:09.490683-04:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/199f1067-b210-4557-860d-bb61e42d64cf/?format=api"
                }
            ]
        }
    ]
}