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/cb0d8e39-78fb-4ef7-a331-37d98f2f2d28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb0d8e39-78fb-4ef7-a331-37d98f2f2d28",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "bed2a5fc-4f8e-4a69-ba6d-ac807af5969d",
    "completed": true,
    "last_updated": "2022-09-27T09:52:03.406501-04:00",
    "created_at": "1969-12-31T19:00:00-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/bed2a5fc-4f8e-4a69-ba6d-ac807af5969d",
    "datetime": "2022-09-26T22:59:00-04:00",
    "cutoff_datetime": "2022-09-26T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - September 26th 2022",
    "bettypes": [
        {
            "id": "e985fb79-c73c-4476-a7ac-c48c572e6aee",
            "match": "https://api-prod.gambitprofit.com/api/matches/cb0d8e39-78fb-4ef7-a331-37d98f2f2d28/?format=api",
            "name": "FreeForm",
            "created_at": "1969-12-31T19:00:00-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": "525db895-8bbd-46ab-9e0d-5e5e61a838ea",
                    "gambit_id": "3a5befea-e503-4272-b6b7-f21fe99beff0",
                    "last_updated": "2022-09-27T09:52:03.409055-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.63000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e985fb79-c73c-4476-a7ac-c48c572e6aee/?format=api"
                },
                {
                    "id": "f8992290-db52-498d-8a7a-d2bd2e812957",
                    "gambit_id": "44c19da8-eb13-4d54-a5aa-3ff6a37886be",
                    "last_updated": "2022-09-27T09:52:03.412146-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e985fb79-c73c-4476-a7ac-c48c572e6aee/?format=api"
                },
                {
                    "id": "c8393417-18b7-4466-bff5-c2e932d280f5",
                    "gambit_id": "3dff6647-8f04-4fb9-ab55-b7a4f4c3f792",
                    "last_updated": "2022-09-27T09:52:03.413110-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e985fb79-c73c-4476-a7ac-c48c572e6aee/?format=api"
                },
                {
                    "id": "21d5815a-6920-4e12-a4bf-ec3ed3bbe0d6",
                    "gambit_id": "23d1ac4b-045d-472d-8456-cd2215338e11",
                    "last_updated": "2022-09-27T09:52:03.410116-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e985fb79-c73c-4476-a7ac-c48c572e6aee/?format=api"
                },
                {
                    "id": "8984dea5-088a-473f-b40e-aa5085c363fc",
                    "gambit_id": "5e48529f-d6cf-46ac-b267-3e6678a141ce",
                    "last_updated": "2022-09-27T09:52:03.411169-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e985fb79-c73c-4476-a7ac-c48c572e6aee/?format=api"
                }
            ]
        }
    ]
}