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/232bc116-6139-4849-ab36-5ceb8579feae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "232bc116-6139-4849-ab36-5ceb8579feae",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "18c9ca10-f25f-4873-af6e-0cd2d31b5f05",
    "completed": true,
    "last_updated": "2023-11-23T20:43:04.803547-05:00",
    "created_at": "2023-11-22T09:08:21.599219-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/18c9ca10-f25f-4873-af6e-0cd2d31b5f05",
    "datetime": "2023-11-22T22:59:00-05:00",
    "cutoff_datetime": "2023-11-22T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - November 22nd 2023",
    "bettypes": [
        {
            "id": "bc0ea3b4-39c5-466b-a127-0b64e963961b",
            "match": "https://api-prod.gambitprofit.com/api/matches/232bc116-6139-4849-ab36-5ceb8579feae/?format=api",
            "name": "FreeForm",
            "created_at": "2023-11-22T09:08:21.603810-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": "cde5ebd7-880f-4cd2-af40-e0671be21f83",
                    "gambit_id": "da5c6929-21fa-4154-aad0-3af806c4cdf1",
                    "last_updated": "2023-11-23T20:43:04.842846-05:00",
                    "created_at": "2023-11-22T09:08:21.626117-05:00",
                    "name": "21 to 26",
                    "reward": "3.86000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc0ea3b4-39c5-466b-a127-0b64e963961b/?format=api"
                },
                {
                    "id": "8525d279-fdbb-4b7f-b4be-f5abab43f245",
                    "gambit_id": "7827b01c-ac2f-41f1-b70f-3316cb8fbc0e",
                    "last_updated": "2023-11-23T20:43:04.827279-05:00",
                    "created_at": "2023-11-22T09:08:21.607893-05:00",
                    "name": "1 to 5",
                    "reward": "4.57000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc0ea3b4-39c5-466b-a127-0b64e963961b/?format=api"
                },
                {
                    "id": "e4f791f9-26d3-4fe9-b504-341487a9980f",
                    "gambit_id": "6a1d4352-18d1-4670-88f4-b25f6b63fefb",
                    "last_updated": "2023-11-23T20:43:04.832398-05:00",
                    "created_at": "2023-11-22T09:08:21.612776-05:00",
                    "name": "6 to 10",
                    "reward": "4.57000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc0ea3b4-39c5-466b-a127-0b64e963961b/?format=api"
                },
                {
                    "id": "532caa11-1889-4712-8ab6-980807ba2053",
                    "gambit_id": "fb09eab5-e986-416c-a91c-ece041c556f6",
                    "last_updated": "2023-11-23T20:43:04.835890-05:00",
                    "created_at": "2023-11-22T09:08:21.617477-05:00",
                    "name": "11 to 15",
                    "reward": "4.57000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc0ea3b4-39c5-466b-a127-0b64e963961b/?format=api"
                },
                {
                    "id": "d34e3758-f507-44ae-bed8-d661105ef5c8",
                    "gambit_id": "0cd9c68d-a13d-459f-a794-17e679b7af62",
                    "last_updated": "2023-11-23T20:43:04.839363-05:00",
                    "created_at": "2023-11-22T09:08:21.621552-05:00",
                    "name": "16 to 20",
                    "reward": "4.57000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc0ea3b4-39c5-466b-a127-0b64e963961b/?format=api"
                }
            ]
        }
    ]
}