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/c417f976-eebe-44e9-8ea8-18d208c64d5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c417f976-eebe-44e9-8ea8-18d208c64d5a",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "92420dda-98f6-4471-bccf-4090f1c49c1d",
    "completed": true,
    "last_updated": "2023-06-30T10:48:14.102247-04:00",
    "created_at": "2023-06-27T08:43:25.264691-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/92420dda-98f6-4471-bccf-4090f1c49c1d",
    "datetime": "2023-06-28T22:59:00-04:00",
    "cutoff_datetime": "2023-06-28T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - June 28th 2023",
    "bettypes": [
        {
            "id": "94eb0725-561d-4b93-8d34-b69ba21b6638",
            "match": "https://api-prod.gambitprofit.com/api/matches/c417f976-eebe-44e9-8ea8-18d208c64d5a/?format=api",
            "name": "FreeForm",
            "created_at": "2023-06-27T08:43:25.267350-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": "6984e2d9-831b-43dd-bc02-e24ebe83eb10",
                    "gambit_id": "81f45bbe-b948-458d-88f7-a1a8ef483f42",
                    "last_updated": "2023-06-30T10:48:14.121534-04:00",
                    "created_at": "2023-06-27T08:43:25.279485-04:00",
                    "name": "21 to 26",
                    "reward": "3.88000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94eb0725-561d-4b93-8d34-b69ba21b6638/?format=api"
                },
                {
                    "id": "12602411-1650-4bba-8c1f-771989a77612",
                    "gambit_id": "88bb5fe2-03b8-44ba-afc7-eba7b63a3f5e",
                    "last_updated": "2023-06-30T10:48:14.110028-04:00",
                    "created_at": "2023-06-27T08:43:25.269196-04:00",
                    "name": "1 to 5",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94eb0725-561d-4b93-8d34-b69ba21b6638/?format=api"
                },
                {
                    "id": "72717d22-712f-4f01-8092-362df7fc8c04",
                    "gambit_id": "5de513b5-5750-401a-90b8-f06d34863483",
                    "last_updated": "2023-06-30T10:48:14.112880-04:00",
                    "created_at": "2023-06-27T08:43:25.271364-04:00",
                    "name": "6 to 10",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94eb0725-561d-4b93-8d34-b69ba21b6638/?format=api"
                },
                {
                    "id": "d1bbe87a-a904-4646-9bb4-5424748f407a",
                    "gambit_id": "98f50649-ab30-4d5e-b96a-99049afe150f",
                    "last_updated": "2023-06-30T10:48:14.115548-04:00",
                    "created_at": "2023-06-27T08:43:25.274335-04:00",
                    "name": "11 to 15",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94eb0725-561d-4b93-8d34-b69ba21b6638/?format=api"
                },
                {
                    "id": "930890c2-f5be-4802-b3a4-55a00db249bc",
                    "gambit_id": "1d44a207-4c7b-403a-9b8c-ea5085a76bbd",
                    "last_updated": "2023-06-30T10:48:14.118867-04:00",
                    "created_at": "2023-06-27T08:43:25.277331-04:00",
                    "name": "16 to 20",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94eb0725-561d-4b93-8d34-b69ba21b6638/?format=api"
                }
            ]
        }
    ]
}