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/937ebc21-0306-412d-baf5-a8758b2db449/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "937ebc21-0306-412d-baf5-a8758b2db449",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "c73e45eb-0ab9-40fa-b783-535e2622c2ae",
    "completed": true,
    "last_updated": "2023-12-26T20:28:08.895260-05:00",
    "created_at": "2023-12-25T09:33:17.481179-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/c73e45eb-0ab9-40fa-b783-535e2622c2ae",
    "datetime": "2023-12-25T22:59:00-05:00",
    "cutoff_datetime": "2023-12-25T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - December 25th 2023",
    "bettypes": [
        {
            "id": "5d85f454-cbc3-434a-993f-ac58d3e64a72",
            "match": "https://api-prod.gambitprofit.com/api/matches/937ebc21-0306-412d-baf5-a8758b2db449/?format=api",
            "name": "FreeForm",
            "created_at": "2023-12-25T09:33:17.489380-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": "db0554e5-6b7f-45ee-92eb-9c86259e2e87",
                    "gambit_id": "eec0a974-3d0f-4d2b-9f0c-c26199944322",
                    "last_updated": "2023-12-26T20:28:08.926032-05:00",
                    "created_at": "2023-12-25T09:33:17.510281-05:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d85f454-cbc3-434a-993f-ac58d3e64a72/?format=api"
                },
                {
                    "id": "195778f0-43c5-44d6-8356-b59452c77f3b",
                    "gambit_id": "8e3a343e-b76e-4a73-ac34-d2a2071b8bbf",
                    "last_updated": "2023-12-26T20:28:08.907723-05:00",
                    "created_at": "2023-12-25T09:33:17.493813-05:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d85f454-cbc3-434a-993f-ac58d3e64a72/?format=api"
                },
                {
                    "id": "798fe493-c555-4b62-9ddb-ac2738d57e21",
                    "gambit_id": "054d8a20-8062-43e6-bac6-d83a800b2423",
                    "last_updated": "2023-12-26T20:28:08.915439-05:00",
                    "created_at": "2023-12-25T09:33:17.502380-05:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d85f454-cbc3-434a-993f-ac58d3e64a72/?format=api"
                },
                {
                    "id": "2f17b697-3895-4d8c-8e4a-660abf71e29f",
                    "gambit_id": "b57d36f4-d560-42b0-9e4f-9c6548a3bc41",
                    "last_updated": "2023-12-26T20:28:08.919405-05:00",
                    "created_at": "2023-12-25T09:33:17.506493-05:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d85f454-cbc3-434a-993f-ac58d3e64a72/?format=api"
                },
                {
                    "id": "70dec4fb-130b-49ed-afec-70d68842114a",
                    "gambit_id": "04840c6e-2cba-44bd-8a2f-30669d171e1b",
                    "last_updated": "2023-12-26T20:28:08.911387-05:00",
                    "created_at": "2023-12-25T09:33:17.497875-05:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d85f454-cbc3-434a-993f-ac58d3e64a72/?format=api"
                }
            ]
        }
    ]
}