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/0070cf3d-4cbf-4e0e-b89a-a55d6ab6842b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0070cf3d-4cbf-4e0e-b89a-a55d6ab6842b",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "16fbbd01-f599-40fa-9e36-3950f927c2cc",
    "completed": true,
    "last_updated": "2023-07-13T09:33:19.352718-04:00",
    "created_at": "2023-07-11T11:13:15.102199-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/16fbbd01-f599-40fa-9e36-3950f927c2cc",
    "datetime": "2023-07-12T22:59:00-04:00",
    "cutoff_datetime": "2023-07-12T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - July 12th 2023",
    "bettypes": [
        {
            "id": "42cd3e78-2d6e-4462-8e0d-ccab233e77e6",
            "match": "https://api-prod.gambitprofit.com/api/matches/0070cf3d-4cbf-4e0e-b89a-a55d6ab6842b/?format=api",
            "name": "FreeForm",
            "created_at": "2023-07-11T11:13:15.104394-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": "faf05189-e926-49e0-91ac-87099c7421b7",
                    "gambit_id": "844b2949-a09a-400d-8de0-10a7a3953b96",
                    "last_updated": "2023-07-13T09:33:19.361955-04:00",
                    "created_at": "2023-07-11T11:13:15.112419-04:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42cd3e78-2d6e-4462-8e0d-ccab233e77e6/?format=api"
                },
                {
                    "id": "0eb7786e-3d00-453e-b1b5-d0c1b2fd1297",
                    "gambit_id": "7fce51be-e6e9-4e1a-bcd2-7be84201a81f",
                    "last_updated": "2023-07-13T09:33:19.356562-04:00",
                    "created_at": "2023-07-11T11:13:15.106196-04:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42cd3e78-2d6e-4462-8e0d-ccab233e77e6/?format=api"
                },
                {
                    "id": "c2f037ad-8817-4000-b1e9-37f62a8fa315",
                    "gambit_id": "dd227484-889e-42e6-ae71-f175f0f230eb",
                    "last_updated": "2023-07-13T09:33:19.357953-04:00",
                    "created_at": "2023-07-11T11:13:15.107873-04:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42cd3e78-2d6e-4462-8e0d-ccab233e77e6/?format=api"
                },
                {
                    "id": "e7647944-9adf-438f-a43d-7d458ec34294",
                    "gambit_id": "f0e8be8b-8e05-4ead-9481-6538ba411668",
                    "last_updated": "2023-07-13T09:33:19.359289-04:00",
                    "created_at": "2023-07-11T11:13:15.109360-04:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42cd3e78-2d6e-4462-8e0d-ccab233e77e6/?format=api"
                },
                {
                    "id": "6ef2acf1-ad07-4d44-b1fa-44b08a7a93b8",
                    "gambit_id": "a2eafcec-1389-4433-9bc7-e6bf8d72df1c",
                    "last_updated": "2023-07-13T09:33:19.360581-04:00",
                    "created_at": "2023-07-11T11:13:15.110901-04:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42cd3e78-2d6e-4462-8e0d-ccab233e77e6/?format=api"
                }
            ]
        }
    ]
}