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/5c11e19e-a53f-46bc-acb8-5ddd2f6f095a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c11e19e-a53f-46bc-acb8-5ddd2f6f095a",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "92826c6e-526a-487f-82c9-bb80cd9e838b",
    "completed": true,
    "last_updated": "2024-01-03T11:03:15.298170-05:00",
    "created_at": "2024-01-01T00:33:21.908421-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/92826c6e-526a-487f-82c9-bb80cd9e838b",
    "datetime": "2024-01-01T22:59:00-05:00",
    "cutoff_datetime": "2024-01-01T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - January 1st 2024",
    "bettypes": [
        {
            "id": "f883e7b6-35b6-4e8f-95d4-8eec645bbb46",
            "match": "https://api-prod.gambitprofit.com/api/matches/5c11e19e-a53f-46bc-acb8-5ddd2f6f095a/?format=api",
            "name": "FreeForm",
            "created_at": "2024-01-01T00:33:21.917967-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": "4a0afec3-54e8-4add-8801-be860a30c450",
                    "gambit_id": "f6c5bb35-aa2e-42e8-92a9-30f5b868328f",
                    "last_updated": "2024-01-03T11:03:15.322156-05:00",
                    "created_at": "2024-01-01T00:33:21.939672-05:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f883e7b6-35b6-4e8f-95d4-8eec645bbb46/?format=api"
                },
                {
                    "id": "8c1544f4-defc-4429-8524-956fee17866a",
                    "gambit_id": "f6968d37-8b6a-44d2-9ba1-ceb6f9dbe2b7",
                    "last_updated": "2024-01-03T11:03:15.307824-05:00",
                    "created_at": "2024-01-01T00:33:21.922305-05:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f883e7b6-35b6-4e8f-95d4-8eec645bbb46/?format=api"
                },
                {
                    "id": "13a3439a-e317-4a8b-a129-4c7e26ff512d",
                    "gambit_id": "60a9e510-ed52-415d-9651-01cc38671194",
                    "last_updated": "2024-01-03T11:03:15.312200-05:00",
                    "created_at": "2024-01-01T00:33:21.926737-05:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f883e7b6-35b6-4e8f-95d4-8eec645bbb46/?format=api"
                },
                {
                    "id": "af6aa72f-566b-496f-b1ee-40846bb0bac8",
                    "gambit_id": "bea5368f-328f-48ca-88b3-5b3badca9ef0",
                    "last_updated": "2024-01-03T11:03:15.315465-05:00",
                    "created_at": "2024-01-01T00:33:21.930690-05:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f883e7b6-35b6-4e8f-95d4-8eec645bbb46/?format=api"
                },
                {
                    "id": "9195de14-2eb7-475a-a93c-f9b918cbf52b",
                    "gambit_id": "521a84cf-8eed-47d6-b7a8-350bc9279def",
                    "last_updated": "2024-01-03T11:03:15.318695-05:00",
                    "created_at": "2024-01-01T00:33:21.934998-05:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f883e7b6-35b6-4e8f-95d4-8eec645bbb46/?format=api"
                }
            ]
        }
    ]
}