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/26e88031-9aec-4a0d-8d80-f52063c6e2a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26e88031-9aec-4a0d-8d80-f52063c6e2a1",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "467bd0e1-512c-4adf-a79a-04992c541b9b",
    "completed": true,
    "last_updated": "2023-06-08T16:48:29.754473-04:00",
    "created_at": "2023-06-07T11:33:20.540825-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/467bd0e1-512c-4adf-a79a-04992c541b9b",
    "datetime": "2023-06-07T22:59:00-04:00",
    "cutoff_datetime": "2023-06-07T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - June 7th 2023",
    "bettypes": [
        {
            "id": "21575410-1e99-4702-9b87-9249b8c4fbf5",
            "match": "https://api-prod.gambitprofit.com/api/matches/26e88031-9aec-4a0d-8d80-f52063c6e2a1/?format=api",
            "name": "FreeForm",
            "created_at": "2023-06-07T11:33:20.544109-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": "8eddef4b-28f9-4ad8-8983-9142ea4fe2f6",
                    "gambit_id": "39f6021a-cfc0-4676-ac04-84821ec575f8",
                    "last_updated": "2023-06-08T16:48:29.766249-04:00",
                    "created_at": "2023-06-07T11:33:20.555395-04:00",
                    "name": "21 to 26",
                    "reward": "3.88000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21575410-1e99-4702-9b87-9249b8c4fbf5/?format=api"
                },
                {
                    "id": "6bcb07a6-0b27-4866-9b2a-575fed2613cc",
                    "gambit_id": "021ba950-6b10-445f-8947-23fe2db316c3",
                    "last_updated": "2023-06-08T16:48:29.761063-04:00",
                    "created_at": "2023-06-07T11:33:20.549460-04:00",
                    "name": "11 to 15",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21575410-1e99-4702-9b87-9249b8c4fbf5/?format=api"
                },
                {
                    "id": "9eda20bf-96ae-449e-889c-18765085ba9e",
                    "gambit_id": "478bf134-0b7a-460b-a901-ec7803271643",
                    "last_updated": "2023-06-08T16:48:29.763626-04:00",
                    "created_at": "2023-06-07T11:33:20.552319-04:00",
                    "name": "16 to 20",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21575410-1e99-4702-9b87-9249b8c4fbf5/?format=api"
                },
                {
                    "id": "b5bed823-a494-4ae2-ae0b-678f69efc0ca",
                    "gambit_id": "a5f0f3dd-f28a-48b3-b7e9-5d97e7c0b152",
                    "last_updated": "2023-06-08T16:48:29.769123-04:00",
                    "created_at": "2023-06-07T11:33:20.558218-04:00",
                    "name": "1 to 5",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21575410-1e99-4702-9b87-9249b8c4fbf5/?format=api"
                },
                {
                    "id": "fa403429-d065-4c28-aff3-ce7f9b3a5bfe",
                    "gambit_id": "ac03f436-3dd2-4b4e-a9b6-04d94cb2c915",
                    "last_updated": "2023-06-08T16:48:29.758959-04:00",
                    "created_at": "2023-06-07T11:33:20.546787-04:00",
                    "name": "6 to 10",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21575410-1e99-4702-9b87-9249b8c4fbf5/?format=api"
                }
            ]
        }
    ]
}