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/08c9c161-6ce5-424d-b9ce-413410999ccb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08c9c161-6ce5-424d-b9ce-413410999ccb",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "309e852e-38ad-468b-b057-662943cf7db4",
    "completed": true,
    "last_updated": "2022-12-22T20:47:20.393540-05: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/309e852e-38ad-468b-b057-662943cf7db4",
    "datetime": "2022-12-21T22:59:00-05:00",
    "cutoff_datetime": "2022-12-21T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - December 21st 2022",
    "bettypes": [
        {
            "id": "63b5bc75-e047-44de-9254-e2a507f63e42",
            "match": "https://api-prod.gambitprofit.com/api/matches/08c9c161-6ce5-424d-b9ce-413410999ccb/?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": "959bcfde-7f3b-49f9-a456-a63d39947460",
                    "gambit_id": "83cff27e-0742-4307-a846-857dabd1c151",
                    "last_updated": "2022-12-22T20:47:20.396200-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.60000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63b5bc75-e047-44de-9254-e2a507f63e42/?format=api"
                },
                {
                    "id": "f90a7cfd-2707-4d3e-a03c-785216f6db39",
                    "gambit_id": "abfdc50c-f7ac-4d63-9a89-a3cc79e628e5",
                    "last_updated": "2022-12-22T20:47:20.397431-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.24000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63b5bc75-e047-44de-9254-e2a507f63e42/?format=api"
                },
                {
                    "id": "e453c445-7bb1-4c93-806f-4cb6f2d38bd9",
                    "gambit_id": "552d72ea-5180-4cf5-b341-0cfcb7665d94",
                    "last_updated": "2022-12-22T20:47:20.398488-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.24000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63b5bc75-e047-44de-9254-e2a507f63e42/?format=api"
                },
                {
                    "id": "f95b3598-7ff9-4d3e-b18c-35be4beb5b3d",
                    "gambit_id": "c631cc65-1ca1-4b25-af70-26795ca621bc",
                    "last_updated": "2022-12-22T20:47:20.399518-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.24000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63b5bc75-e047-44de-9254-e2a507f63e42/?format=api"
                },
                {
                    "id": "c993d5f0-3d10-4fb8-b4ce-720bea881744",
                    "gambit_id": "22028669-f14e-4cad-a047-af87112a0085",
                    "last_updated": "2022-12-22T20:47:20.400585-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.24000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63b5bc75-e047-44de-9254-e2a507f63e42/?format=api"
                }
            ]
        }
    ]
}