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/1f019cb0-73d8-4c03-bbf9-69356cd99bdb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f019cb0-73d8-4c03-bbf9-69356cd99bdb",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "e700d4ad-e518-42f4-a4d9-a99875069789",
    "completed": true,
    "last_updated": "2023-05-25T13:47:09.585403-04:00",
    "created_at": "2023-05-22T11:27:16.402838-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/e700d4ad-e518-42f4-a4d9-a99875069789",
    "datetime": "2023-05-22T22:59:00-04:00",
    "cutoff_datetime": "2023-05-22T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - May 22nd 2023",
    "bettypes": [
        {
            "id": "200780a5-b32f-4663-a00f-3d333bfa30fc",
            "match": "https://api-prod.gambitprofit.com/api/matches/1f019cb0-73d8-4c03-bbf9-69356cd99bdb/?format=api",
            "name": "FreeForm",
            "created_at": "2023-05-22T11:27:16.404619-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": "3d9e01e9-d8e3-4e43-879f-a9adacbccd39",
                    "gambit_id": "2adefe62-3576-45be-8590-46dfea71c6b7",
                    "last_updated": "2023-05-25T13:47:09.600427-04:00",
                    "created_at": "2023-05-22T11:27:16.405900-04:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/200780a5-b32f-4663-a00f-3d333bfa30fc/?format=api"
                },
                {
                    "id": "5338d877-cc4c-4aca-b3fc-880717fae2df",
                    "gambit_id": "af980a30-2088-4aea-840a-1bc4f7363b53",
                    "last_updated": "2023-05-25T13:47:09.595490-04:00",
                    "created_at": "2023-05-22T11:27:16.408696-04:00",
                    "name": "11 to 15",
                    "reward": "4.59000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/200780a5-b32f-4663-a00f-3d333bfa30fc/?format=api"
                },
                {
                    "id": "fdc7fcd0-982c-4cf8-9f9f-2ed664ba5e86",
                    "gambit_id": "254fb4ce-8129-4ee3-aa1d-638ddd27e4ba",
                    "last_updated": "2023-05-25T13:47:09.590283-04:00",
                    "created_at": "2023-05-22T11:27:16.411481-04:00",
                    "name": "1 to 5",
                    "reward": "4.59000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/200780a5-b32f-4663-a00f-3d333bfa30fc/?format=api"
                },
                {
                    "id": "92f89077-5bc8-434e-aaf2-40069446aaf4",
                    "gambit_id": "3c797ed4-9916-4a9b-a35c-16f08b48b96d",
                    "last_updated": "2023-05-25T13:47:09.592779-04:00",
                    "created_at": "2023-05-22T11:27:16.407354-04:00",
                    "name": "16 to 20",
                    "reward": "4.59000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/200780a5-b32f-4663-a00f-3d333bfa30fc/?format=api"
                },
                {
                    "id": "ac2ae411-ad46-435e-b6be-84fd63d04261",
                    "gambit_id": "f85aa9d2-4c52-4f7f-bd7a-4f50d311e0d7",
                    "last_updated": "2023-05-25T13:47:09.597955-04:00",
                    "created_at": "2023-05-22T11:27:16.410056-04:00",
                    "name": "6 to 10",
                    "reward": "4.59000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/200780a5-b32f-4663-a00f-3d333bfa30fc/?format=api"
                }
            ]
        }
    ]
}