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/f9be97fa-f905-4765-84bb-ad23a4f8c706/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9be97fa-f905-4765-84bb-ad23a4f8c706",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "afab64f0-62f2-4e4f-9aa8-d91a0849b79d",
    "completed": true,
    "last_updated": "2023-08-22T09:28:24.622152-04:00",
    "created_at": "2023-08-18T10:28:06.850145-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -9999,
    "sport_category": "Powerball Betting",
    "sport": "Non Sporting",
    "url": "https://app.gambitrewards.com/match/afab64f0-62f2-4e4f-9aa8-d91a0849b79d",
    "datetime": "2023-08-19T22:59:00-04:00",
    "cutoff_datetime": "2023-08-19T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - August 19th 2023",
    "bettypes": [
        {
            "id": "8cd86853-502a-4ed3-b0b3-509b3d3df6cb",
            "match": "https://api-prod.gambitprofit.com/api/matches/f9be97fa-f905-4765-84bb-ad23a4f8c706/?format=api",
            "name": "FreeForm",
            "created_at": "2023-08-18T10:28:06.863709-04: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": "3878d1d0-e846-4ae1-b402-57c5f0a41150",
                    "gambit_id": "e7de701e-601e-4544-b72e-897e87abf5c0",
                    "last_updated": "2023-08-22T09:28:24.660738-04:00",
                    "created_at": "2023-08-18T10:28:06.887806-04:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cd86853-502a-4ed3-b0b3-509b3d3df6cb/?format=api"
                },
                {
                    "id": "43122b50-a587-4932-a2c1-f71e402897c8",
                    "gambit_id": "cf1f91eb-fa72-43ac-b351-e7a09243a826",
                    "last_updated": "2023-08-22T09:28:24.641423-04:00",
                    "created_at": "2023-08-18T10:28:06.870011-04:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cd86853-502a-4ed3-b0b3-509b3d3df6cb/?format=api"
                },
                {
                    "id": "45c4ff86-e059-4da9-87e8-c8fa191faf82",
                    "gambit_id": "06e87374-e1ac-40bc-a14b-ceec76942642",
                    "last_updated": "2023-08-22T09:28:24.645637-04:00",
                    "created_at": "2023-08-18T10:28:06.874501-04:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cd86853-502a-4ed3-b0b3-509b3d3df6cb/?format=api"
                },
                {
                    "id": "1d863c10-39ee-4897-b58a-6690c0357111",
                    "gambit_id": "7f8e1de6-02dd-45c1-8c52-dd12a38a2508",
                    "last_updated": "2023-08-22T09:28:24.653213-04:00",
                    "created_at": "2023-08-18T10:28:06.878816-04:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cd86853-502a-4ed3-b0b3-509b3d3df6cb/?format=api"
                },
                {
                    "id": "67d683bf-66af-4cce-89c6-802fd31bb110",
                    "gambit_id": "8f5dca01-8c20-460b-85c6-2bc6839df6ec",
                    "last_updated": "2023-08-22T09:28:24.657377-04:00",
                    "created_at": "2023-08-18T10:28:06.882972-04:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cd86853-502a-4ed3-b0b3-509b3d3df6cb/?format=api"
                }
            ]
        }
    ]
}