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/28750935-9f60-4504-a985-421f33f4512b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28750935-9f60-4504-a985-421f33f4512b",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "65158cb7-42b0-40aa-9b99-916529db99a9",
    "completed": true,
    "last_updated": "2023-09-15T10:28:22.234280-04:00",
    "created_at": "2023-09-12T10:13:11.360966-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/65158cb7-42b0-40aa-9b99-916529db99a9",
    "datetime": "2023-09-13T22:59:00-04:00",
    "cutoff_datetime": "2023-09-13T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - September 13th 2023",
    "bettypes": [
        {
            "id": "25690cb2-41b9-4cbc-8388-4aff7b8d0e48",
            "match": "https://api-prod.gambitprofit.com/api/matches/28750935-9f60-4504-a985-421f33f4512b/?format=api",
            "name": "FreeForm",
            "created_at": "2023-09-12T10:13:11.371268-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": "85eb2d11-cbb5-4d04-a0ff-81a553845d4f",
                    "gambit_id": "17664878-f039-44ea-b952-1aa364f26660",
                    "last_updated": "2023-09-15T10:28:22.260715-04:00",
                    "created_at": "2023-09-12T10:13:11.406952-04:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25690cb2-41b9-4cbc-8388-4aff7b8d0e48/?format=api"
                },
                {
                    "id": "4021c707-bc63-412e-99d7-624c3337d3b4",
                    "gambit_id": "ee8bc125-d260-4a2d-b5af-e45d5f58756d",
                    "last_updated": "2023-09-15T10:28:22.246897-04:00",
                    "created_at": "2023-09-12T10:13:11.375968-04:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25690cb2-41b9-4cbc-8388-4aff7b8d0e48/?format=api"
                },
                {
                    "id": "fafb1555-733f-4b30-beda-753448738908",
                    "gambit_id": "9b36e3fc-a84e-4047-8a34-e5cfa7425662",
                    "last_updated": "2023-09-15T10:28:22.250488-04:00",
                    "created_at": "2023-09-12T10:13:11.380047-04:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25690cb2-41b9-4cbc-8388-4aff7b8d0e48/?format=api"
                },
                {
                    "id": "49c0e2a5-ceb0-4032-8572-79c100afcf56",
                    "gambit_id": "5b54bf2d-0442-4fe5-a6c0-fc5103d1ddf6",
                    "last_updated": "2023-09-15T10:28:22.254113-04:00",
                    "created_at": "2023-09-12T10:13:11.384614-04:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25690cb2-41b9-4cbc-8388-4aff7b8d0e48/?format=api"
                },
                {
                    "id": "520b4143-d0a0-449a-a548-ffb3f62dd891",
                    "gambit_id": "b84c3dd0-244e-488b-86a7-9dfa2895dc27",
                    "last_updated": "2023-09-15T10:28:22.257390-04:00",
                    "created_at": "2023-09-12T10:13:11.401644-04:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25690cb2-41b9-4cbc-8388-4aff7b8d0e48/?format=api"
                }
            ]
        }
    ]
}