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/20ccbf61-3f74-45fd-9952-d163a80a2465/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20ccbf61-3f74-45fd-9952-d163a80a2465",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "981e9a4d-3a89-4baf-aa9c-69dff7752219",
    "completed": true,
    "last_updated": "2024-01-11T11:28:07.182675-05:00",
    "created_at": "2024-01-10T09:38:11.589217-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/981e9a4d-3a89-4baf-aa9c-69dff7752219",
    "datetime": "2024-01-10T22:59:00-05:00",
    "cutoff_datetime": "2024-01-10T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - January 10th 2024",
    "bettypes": [
        {
            "id": "276db974-60ea-4921-a76c-81173047aa63",
            "match": "https://api-prod.gambitprofit.com/api/matches/20ccbf61-3f74-45fd-9952-d163a80a2465/?format=api",
            "name": "FreeForm",
            "created_at": "2024-01-10T09:38:11.595779-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": "c4de6a35-ccae-48a3-9a9e-b8f7d1074bc6",
                    "gambit_id": "9b456812-bcea-4baa-9e9c-cbc7946059e2",
                    "last_updated": "2024-01-11T11:28:07.220773-05:00",
                    "created_at": "2024-01-10T09:38:11.618121-05:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/276db974-60ea-4921-a76c-81173047aa63/?format=api"
                },
                {
                    "id": "cb140fa0-56af-4da7-aeb4-8a6c915e5886",
                    "gambit_id": "9700968a-417d-4727-8f64-0fa09f2be53b",
                    "last_updated": "2024-01-11T11:28:07.209782-05:00",
                    "created_at": "2024-01-10T09:38:11.609707-05:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/276db974-60ea-4921-a76c-81173047aa63/?format=api"
                },
                {
                    "id": "1f0935ea-8082-444d-b776-02b353cf07b7",
                    "gambit_id": "b3ed373f-8eb0-41c9-923c-240e20c0c397",
                    "last_updated": "2024-01-11T11:28:07.203899-05:00",
                    "created_at": "2024-01-10T09:38:11.605595-05:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/276db974-60ea-4921-a76c-81173047aa63/?format=api"
                },
                {
                    "id": "bcdfac70-c6c7-4627-b864-e7313eae4e2d",
                    "gambit_id": "f1df1249-9f63-44a5-a119-55af4eb1a653",
                    "last_updated": "2024-01-11T11:28:07.199033-05:00",
                    "created_at": "2024-01-10T09:38:11.599858-05:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/276db974-60ea-4921-a76c-81173047aa63/?format=api"
                },
                {
                    "id": "42505459-1390-4dca-acbf-640401c6f1c3",
                    "gambit_id": "25a1d848-8fa7-4bc2-9d7a-0efa1b0730e9",
                    "last_updated": "2024-01-11T11:28:07.217117-05:00",
                    "created_at": "2024-01-10T09:38:11.614110-05:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/276db974-60ea-4921-a76c-81173047aa63/?format=api"
                }
            ]
        }
    ]
}