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/24aadd28-8006-41f8-88cd-a3a917cc1f98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24aadd28-8006-41f8-88cd-a3a917cc1f98",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "cc1fd90a-a23d-4593-951c-9120b2ed716f",
    "completed": true,
    "last_updated": "2023-07-17T10:23:25.727487-04:00",
    "created_at": "2023-07-15T11:43:04.390696-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/cc1fd90a-a23d-4593-951c-9120b2ed716f",
    "datetime": "2023-07-15T22:59:00-04:00",
    "cutoff_datetime": "2023-07-15T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - July 15th 2023",
    "bettypes": [
        {
            "id": "2d9b534a-537c-4aac-bc6d-c5795edb807a",
            "match": "https://api-prod.gambitprofit.com/api/matches/24aadd28-8006-41f8-88cd-a3a917cc1f98/?format=api",
            "name": "FreeForm",
            "created_at": "2023-07-15T11:43:04.394569-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": "389b25d3-a9c1-4480-a1ea-e62d240efe61",
                    "gambit_id": "f4ce7c91-f46a-4372-94cc-423d7fbb4258",
                    "last_updated": "2023-07-17T10:23:25.735980-04:00",
                    "created_at": "2023-07-15T11:43:04.404559-04:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d9b534a-537c-4aac-bc6d-c5795edb807a/?format=api"
                },
                {
                    "id": "ee95c006-423a-47d4-ad7e-e580ffab3a43",
                    "gambit_id": "a3967779-e2dc-4af4-9d03-1ba948169a2e",
                    "last_updated": "2023-07-17T10:23:25.734691-04:00",
                    "created_at": "2023-07-15T11:43:04.402651-04:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d9b534a-537c-4aac-bc6d-c5795edb807a/?format=api"
                },
                {
                    "id": "fb454c4f-50b7-4b93-966f-439c9cc49acf",
                    "gambit_id": "294d321f-76f0-4c62-b8cf-569827ff9c6a",
                    "last_updated": "2023-07-17T10:23:25.730590-04:00",
                    "created_at": "2023-07-15T11:43:04.396653-04:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d9b534a-537c-4aac-bc6d-c5795edb807a/?format=api"
                },
                {
                    "id": "ef7a07dd-72d1-4e40-8686-9b964819ca6c",
                    "gambit_id": "5874a8ad-307b-43e5-8a7b-185b162f87e2",
                    "last_updated": "2023-07-17T10:23:25.731879-04:00",
                    "created_at": "2023-07-15T11:43:04.398640-04:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d9b534a-537c-4aac-bc6d-c5795edb807a/?format=api"
                },
                {
                    "id": "4896dfcb-26b0-43ee-97a5-35fbb6409953",
                    "gambit_id": "a678f7bb-010c-4178-beb3-6af32b09bc40",
                    "last_updated": "2023-07-17T10:23:25.733165-04:00",
                    "created_at": "2023-07-15T11:43:04.400614-04:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d9b534a-537c-4aac-bc6d-c5795edb807a/?format=api"
                }
            ]
        }
    ]
}