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/5d8d699f-3b3f-4745-bef7-918c6f5a20dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d8d699f-3b3f-4745-bef7-918c6f5a20dd",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "0d7ca8d2-c274-4610-b7c1-6741961ecb8a",
    "completed": true,
    "last_updated": "2023-12-11T11:23:38.984824-05:00",
    "created_at": "2023-12-08T09:38:23.021672-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/0d7ca8d2-c274-4610-b7c1-6741961ecb8a",
    "datetime": "2023-12-09T22:59:00-05:00",
    "cutoff_datetime": "2023-12-09T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - December 9th 2023",
    "bettypes": [
        {
            "id": "80506342-3d3e-4695-919f-7f2b4c440657",
            "match": "https://api-prod.gambitprofit.com/api/matches/5d8d699f-3b3f-4745-bef7-918c6f5a20dd/?format=api",
            "name": "FreeForm",
            "created_at": "2023-12-08T09:38:23.029079-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": "4ebaafbd-2648-44e7-b55b-77683aea6968",
                    "gambit_id": "9f2c18f7-e9cf-4649-b677-c3d80f6f44ba",
                    "last_updated": "2023-12-11T11:23:39.011129-05:00",
                    "created_at": "2023-12-08T09:38:23.049893-05:00",
                    "name": "21 to 26",
                    "reward": "3.88000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80506342-3d3e-4695-919f-7f2b4c440657/?format=api"
                },
                {
                    "id": "1651aa4a-0cae-48ab-b761-4a2f3918d029",
                    "gambit_id": "5c17fe5e-c648-4e86-9de9-365c1b9815a2",
                    "last_updated": "2023-12-11T11:23:38.996954-05:00",
                    "created_at": "2023-12-08T09:38:23.032861-05:00",
                    "name": "1 to 5",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80506342-3d3e-4695-919f-7f2b4c440657/?format=api"
                },
                {
                    "id": "6b30dd8a-8876-4b22-8613-a55d6dbecebe",
                    "gambit_id": "5c92f3f1-8a31-4646-aaa8-1145806d4c00",
                    "last_updated": "2023-12-11T11:23:39.000222-05:00",
                    "created_at": "2023-12-08T09:38:23.037178-05:00",
                    "name": "6 to 10",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80506342-3d3e-4695-919f-7f2b4c440657/?format=api"
                },
                {
                    "id": "eccc1941-0b3d-471e-81b1-ce5e66b2518a",
                    "gambit_id": "6486d9b1-dda0-4379-93ff-62889d4eb251",
                    "last_updated": "2023-12-11T11:23:39.004035-05:00",
                    "created_at": "2023-12-08T09:38:23.041278-05:00",
                    "name": "11 to 15",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80506342-3d3e-4695-919f-7f2b4c440657/?format=api"
                },
                {
                    "id": "29434d9c-21fc-4a4f-b110-1a100ba2295f",
                    "gambit_id": "35937b8a-cb24-4df9-a9e2-cf9d9925c01a",
                    "last_updated": "2023-12-11T11:23:39.007728-05:00",
                    "created_at": "2023-12-08T09:38:23.045713-05:00",
                    "name": "16 to 20",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80506342-3d3e-4695-919f-7f2b4c440657/?format=api"
                }
            ]
        }
    ]
}