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/a95f5de7-813d-4479-a393-d3db9f1ebe8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a95f5de7-813d-4479-a393-d3db9f1ebe8f",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "d859e881-87c1-4f78-8fb1-c0d2ff5c4f0a",
    "completed": true,
    "last_updated": "2023-01-30T17:46:58.522021-05:00",
    "created_at": "2023-01-28T15:32:14.639134-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/d859e881-87c1-4f78-8fb1-c0d2ff5c4f0a",
    "datetime": "2023-01-28T22:59:00-05:00",
    "cutoff_datetime": "2023-01-28T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - January 28th 2023",
    "bettypes": [
        {
            "id": "21c196e7-9e2f-4d37-9116-70c9d1c9bdfb",
            "match": "https://api-prod.gambitprofit.com/api/matches/a95f5de7-813d-4479-a393-d3db9f1ebe8f/?format=api",
            "name": "FreeForm",
            "created_at": "2023-01-28T15:32:14.641004-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": "7bd18e12-ee4a-457d-a0c3-36dc0ce80588",
                    "gambit_id": "6efef1d0-4ac2-4c3a-a504-1e219dc1b07c",
                    "last_updated": "2023-01-30T17:46:58.525489-05:00",
                    "created_at": "2023-01-28T15:32:14.643077-05:00",
                    "name": "21 to 26",
                    "reward": "3.91000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21c196e7-9e2f-4d37-9116-70c9d1c9bdfb/?format=api"
                },
                {
                    "id": "7a7766fc-bf3c-4bcd-9b1b-d76bff578b72",
                    "gambit_id": "5628178b-0ac9-4116-8fd0-261a2f2573c9",
                    "last_updated": "2023-01-30T17:46:58.537065-05:00",
                    "created_at": "2023-01-28T15:32:14.650519-05:00",
                    "name": "1 to 5",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21c196e7-9e2f-4d37-9116-70c9d1c9bdfb/?format=api"
                },
                {
                    "id": "b1bb27a6-bbf9-4b3d-9ee6-54f655cbe2fc",
                    "gambit_id": "1a224270-7765-4522-ac02-273ab9351b31",
                    "last_updated": "2023-01-30T17:46:58.526800-05:00",
                    "created_at": "2023-01-28T15:32:14.644651-05:00",
                    "name": "16 to 20",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21c196e7-9e2f-4d37-9116-70c9d1c9bdfb/?format=api"
                },
                {
                    "id": "0ed87af0-5054-45e0-a374-dd29ee163d93",
                    "gambit_id": "f3233b5a-643e-4e02-a894-c44713dd86f3",
                    "last_updated": "2023-01-30T17:46:58.528091-05:00",
                    "created_at": "2023-01-28T15:32:14.646173-05:00",
                    "name": "11 to 15",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21c196e7-9e2f-4d37-9116-70c9d1c9bdfb/?format=api"
                },
                {
                    "id": "ddcdbade-bf03-4f32-8e5b-b52f18ec7306",
                    "gambit_id": "ce4dc14b-42bc-49ce-ac8a-2359d57e0f26",
                    "last_updated": "2023-01-30T17:46:58.529403-05:00",
                    "created_at": "2023-01-28T15:32:14.648868-05:00",
                    "name": "6 to 10",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21c196e7-9e2f-4d37-9116-70c9d1c9bdfb/?format=api"
                }
            ]
        }
    ]
}