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/762f0869-10d8-4840-8a89-abfd63293d49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "762f0869-10d8-4840-8a89-abfd63293d49",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "04ae4f4c-73b0-4607-884f-1f027ed40a97",
    "completed": true,
    "last_updated": "2023-06-01T10:17:12.225231-04:00",
    "created_at": "2023-05-31T11:47:18.615348-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/04ae4f4c-73b0-4607-884f-1f027ed40a97",
    "datetime": "2023-05-31T22:59:00-04:00",
    "cutoff_datetime": "2023-05-31T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - May 31st 2023",
    "bettypes": [
        {
            "id": "92fb9c7e-7455-46cc-9c89-9743a28632bd",
            "match": "https://api-prod.gambitprofit.com/api/matches/762f0869-10d8-4840-8a89-abfd63293d49/?format=api",
            "name": "FreeForm",
            "created_at": "2023-05-31T11:47:18.617754-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": "c54075b1-9940-4111-944a-f85a428e64d6",
                    "gambit_id": "d3f8d228-f08a-49c2-a373-4b93fd95e7d7",
                    "last_updated": "2023-06-01T10:17:12.241592-04:00",
                    "created_at": "2023-05-31T11:47:18.627428-04:00",
                    "name": "21 to 26",
                    "reward": "3.88000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92fb9c7e-7455-46cc-9c89-9743a28632bd/?format=api"
                },
                {
                    "id": "4a22ec82-99b9-4926-a5c3-627d1e02f735",
                    "gambit_id": "d6b2e9db-5fa0-4c97-8ea9-0d5a562fd711",
                    "last_updated": "2023-06-01T10:17:12.236306-04:00",
                    "created_at": "2023-05-31T11:47:18.623743-04:00",
                    "name": "11 to 15",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92fb9c7e-7455-46cc-9c89-9743a28632bd/?format=api"
                },
                {
                    "id": "7c69bd9b-fb71-49b5-a263-07b078c969e6",
                    "gambit_id": "57335a54-0f3b-45e9-b366-60da006435a7",
                    "last_updated": "2023-06-01T10:17:12.234025-04:00",
                    "created_at": "2023-05-31T11:47:18.621770-04:00",
                    "name": "6 to 10",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92fb9c7e-7455-46cc-9c89-9743a28632bd/?format=api"
                },
                {
                    "id": "8432b25b-8189-40b1-8558-7d173c747ed7",
                    "gambit_id": "0f1262d7-f86e-42d9-aaa7-05dc1096ddfe",
                    "last_updated": "2023-06-01T10:17:12.231733-04:00",
                    "created_at": "2023-05-31T11:47:18.619584-04:00",
                    "name": "1 to 5",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92fb9c7e-7455-46cc-9c89-9743a28632bd/?format=api"
                },
                {
                    "id": "8acb3acc-c0fe-441f-bf34-599c38109949",
                    "gambit_id": "eb3fbf69-17fe-468e-8d29-6962e5d3e044",
                    "last_updated": "2023-06-01T10:17:12.238738-04:00",
                    "created_at": "2023-05-31T11:47:18.625631-04:00",
                    "name": "16 to 20",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92fb9c7e-7455-46cc-9c89-9743a28632bd/?format=api"
                }
            ]
        }
    ]
}