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/a7657427-d1b1-4b51-a550-fbb9fb7d852b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7657427-d1b1-4b51-a550-fbb9fb7d852b",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "e91a67e6-8edf-4047-bfb9-b2e243c32f2c",
    "completed": true,
    "last_updated": "2023-09-23T10:23:07.435391-04:00",
    "created_at": "2023-09-20T09:33:07.534514-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/e91a67e6-8edf-4047-bfb9-b2e243c32f2c",
    "datetime": "2023-09-20T22:59:00-04:00",
    "cutoff_datetime": "2023-09-20T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - September 20th 2023",
    "bettypes": [
        {
            "id": "ea17f81a-fc83-40ee-b804-65d44ec859c6",
            "match": "https://api-prod.gambitprofit.com/api/matches/a7657427-d1b1-4b51-a550-fbb9fb7d852b/?format=api",
            "name": "FreeForm",
            "created_at": "2023-09-20T09:33:07.540072-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": "34031678-94cb-432f-bea2-5801de421617",
                    "gambit_id": "ae9c7a0b-dae7-4168-8a02-67d19bac36d1",
                    "last_updated": "2023-09-23T10:23:07.469131-04:00",
                    "created_at": "2023-09-20T09:33:07.566195-04:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea17f81a-fc83-40ee-b804-65d44ec859c6/?format=api"
                },
                {
                    "id": "aadc35fd-1fe1-42a6-8d0b-ea8fe293937f",
                    "gambit_id": "a16e9a22-2215-4e8a-b809-9fe7908a5669",
                    "last_updated": "2023-09-23T10:23:07.458565-04:00",
                    "created_at": "2023-09-20T09:33:07.556024-04:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea17f81a-fc83-40ee-b804-65d44ec859c6/?format=api"
                },
                {
                    "id": "4f22fb66-7a9d-407b-86aa-5704e932fba6",
                    "gambit_id": "5b6b016e-42e3-4024-9687-e663a3fbd94f",
                    "last_updated": "2023-09-23T10:23:07.464192-04:00",
                    "created_at": "2023-09-20T09:33:07.560378-04:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea17f81a-fc83-40ee-b804-65d44ec859c6/?format=api"
                },
                {
                    "id": "74cba54b-5a3b-47e0-894d-4fe24ce889c9",
                    "gambit_id": "96b1bcf3-06e1-48d8-9207-48d6381378dc",
                    "last_updated": "2023-09-23T10:23:07.448196-04:00",
                    "created_at": "2023-09-20T09:33:07.545128-04:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea17f81a-fc83-40ee-b804-65d44ec859c6/?format=api"
                },
                {
                    "id": "2c176db4-ff3b-4718-a758-2a289ceeb3a7",
                    "gambit_id": "2c1d7297-ab25-4cf4-960e-8defa8fd5d35",
                    "last_updated": "2023-09-23T10:23:07.453282-04:00",
                    "created_at": "2023-09-20T09:33:07.551229-04:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea17f81a-fc83-40ee-b804-65d44ec859c6/?format=api"
                }
            ]
        }
    ]
}