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/2bcb62fe-e42d-4b04-b78b-354aa174ed08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2bcb62fe-e42d-4b04-b78b-354aa174ed08",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "0646df8e-a9ec-482a-bad2-ec633ac68453",
    "completed": true,
    "last_updated": "2024-01-31T10:23:32.331072-05:00",
    "created_at": "2024-01-29T09:13:15.104719-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/0646df8e-a9ec-482a-bad2-ec633ac68453",
    "datetime": "2024-01-29T22:59:00-05:00",
    "cutoff_datetime": "2024-01-29T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - January 29th 2024",
    "bettypes": [
        {
            "id": "513f471d-99e3-4aa3-9562-deaff5c924dd",
            "match": "https://api-prod.gambitprofit.com/api/matches/2bcb62fe-e42d-4b04-b78b-354aa174ed08/?format=api",
            "name": "FreeForm",
            "created_at": "2024-01-29T09:13:15.118545-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": "1f1d6230-b88e-4e38-81f8-2a4eca81a9a9",
                    "gambit_id": "5e41a7cb-821d-470d-8cce-b0849c27a7b6",
                    "last_updated": "2024-01-31T10:23:32.355827-05:00",
                    "created_at": "2024-01-29T09:13:15.147905-05:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/513f471d-99e3-4aa3-9562-deaff5c924dd/?format=api"
                },
                {
                    "id": "157df120-f334-4286-a5ce-3261bc2a9b4a",
                    "gambit_id": "66d3c8f7-5e3a-4e94-bdd3-74c4a589447e",
                    "last_updated": "2024-01-31T10:23:32.342528-05:00",
                    "created_at": "2024-01-29T09:13:15.126049-05:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/513f471d-99e3-4aa3-9562-deaff5c924dd/?format=api"
                },
                {
                    "id": "2d9688ec-a3df-4fa3-a3ea-79319d564877",
                    "gambit_id": "b365e9e3-6bb1-47a2-b72b-a4f58dbc7c55",
                    "last_updated": "2024-01-31T10:23:32.345841-05:00",
                    "created_at": "2024-01-29T09:13:15.130806-05:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/513f471d-99e3-4aa3-9562-deaff5c924dd/?format=api"
                },
                {
                    "id": "e4e52f03-cf24-431a-8af1-6833ca234d4f",
                    "gambit_id": "50a540ab-6fd2-4b2b-8b8e-d874220ba564",
                    "last_updated": "2024-01-31T10:23:32.349041-05:00",
                    "created_at": "2024-01-29T09:13:15.136936-05:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/513f471d-99e3-4aa3-9562-deaff5c924dd/?format=api"
                },
                {
                    "id": "b46176f9-701d-41a6-bdf1-233f66b40286",
                    "gambit_id": "7b8da462-b433-4cf3-bd23-64be33bd395f",
                    "last_updated": "2024-01-31T10:23:32.352430-05:00",
                    "created_at": "2024-01-29T09:13:15.142390-05:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/513f471d-99e3-4aa3-9562-deaff5c924dd/?format=api"
                }
            ]
        }
    ]
}