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/cb59faeb-cea8-42c1-bf94-f95c705fc043/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb59faeb-cea8-42c1-bf94-f95c705fc043",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "ed8f1322-8480-4d84-b54c-a0deb398b505",
    "completed": true,
    "last_updated": "2023-08-31T19:33:23.826706-04:00",
    "created_at": "2023-08-29T22:08:20.317268-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/ed8f1322-8480-4d84-b54c-a0deb398b505",
    "datetime": "2023-08-30T22:59:00-04:00",
    "cutoff_datetime": "2023-08-30T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - August 30th 2023",
    "bettypes": [
        {
            "id": "c2dfbc7f-5f6e-4cad-887f-cd1afe19e9a1",
            "match": "https://api-prod.gambitprofit.com/api/matches/cb59faeb-cea8-42c1-bf94-f95c705fc043/?format=api",
            "name": "FreeForm",
            "created_at": "2023-08-29T22:08:20.334753-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": "cb1559ee-86cf-42f3-8ce1-075921b41b3f",
                    "gambit_id": "f54140dd-f0e8-4dd9-8f6e-f20a11fe04c1",
                    "last_updated": "2023-08-31T19:33:23.850374-04:00",
                    "created_at": "2023-08-29T22:08:20.368305-04:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2dfbc7f-5f6e-4cad-887f-cd1afe19e9a1/?format=api"
                },
                {
                    "id": "c500d74f-3b5c-4acc-989e-e785e7317aa0",
                    "gambit_id": "c8f2ef23-6be6-4592-9a8f-d853f42aac5b",
                    "last_updated": "2023-08-31T19:33:23.834752-04:00",
                    "created_at": "2023-08-29T22:08:20.339653-04:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2dfbc7f-5f6e-4cad-887f-cd1afe19e9a1/?format=api"
                },
                {
                    "id": "c2a632c2-9bc3-4be9-8f76-7779bbc984ff",
                    "gambit_id": "c3bd975c-fd2d-4c00-876e-43ddbb974b3f",
                    "last_updated": "2023-08-31T19:33:23.838414-04:00",
                    "created_at": "2023-08-29T22:08:20.346524-04:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2dfbc7f-5f6e-4cad-887f-cd1afe19e9a1/?format=api"
                },
                {
                    "id": "14add775-2627-4354-b855-94918887f57d",
                    "gambit_id": "294e0d82-4b11-4000-bd5f-ad6db5afbaaa",
                    "last_updated": "2023-08-31T19:33:23.843093-04:00",
                    "created_at": "2023-08-29T22:08:20.352214-04:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2dfbc7f-5f6e-4cad-887f-cd1afe19e9a1/?format=api"
                },
                {
                    "id": "cb812d58-2320-428c-9231-87ef59ed480d",
                    "gambit_id": "e799833e-204e-4bf1-9056-56fa715697aa",
                    "last_updated": "2023-08-31T19:33:23.846979-04:00",
                    "created_at": "2023-08-29T22:08:20.362674-04:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2dfbc7f-5f6e-4cad-887f-cd1afe19e9a1/?format=api"
                }
            ]
        }
    ]
}