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/c71900e6-c5f5-431d-9c20-0c82519359fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c71900e6-c5f5-431d-9c20-0c82519359fd",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "d6702f2b-d018-47b6-a1ef-b411f2f7dca5",
    "completed": true,
    "last_updated": "2023-10-30T13:23:28.315755-04:00",
    "created_at": "2023-10-28T18:48:24.864805-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/d6702f2b-d018-47b6-a1ef-b411f2f7dca5",
    "datetime": "2023-10-28T22:59:00-04:00",
    "cutoff_datetime": "2023-10-28T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - October 28th 2023",
    "bettypes": [
        {
            "id": "ee903fa3-da05-460f-9c1d-0984d5758da0",
            "match": "https://api-prod.gambitprofit.com/api/matches/c71900e6-c5f5-431d-9c20-0c82519359fd/?format=api",
            "name": "FreeForm",
            "created_at": "2023-10-28T18:48:24.870100-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": "3abff08f-f5b9-4956-8999-d822a467a808",
                    "gambit_id": "c4b34fb5-c15c-48cc-8bf0-87f9da59532c",
                    "last_updated": "2023-10-30T13:23:28.342254-04:00",
                    "created_at": "2023-10-28T18:48:24.888252-04:00",
                    "name": "21 to 26",
                    "reward": "3.85000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee903fa3-da05-460f-9c1d-0984d5758da0/?format=api"
                },
                {
                    "id": "de3703cc-5d74-40c7-bd51-41a325305ae9",
                    "gambit_id": "1131559b-fc6d-4baf-8dd0-7e6f663d2b82",
                    "last_updated": "2023-10-30T13:23:28.331621-04:00",
                    "created_at": "2023-10-28T18:48:24.874528-04:00",
                    "name": "6 to 10",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee903fa3-da05-460f-9c1d-0984d5758da0/?format=api"
                },
                {
                    "id": "68f96ba6-1604-48d4-a0a8-77c2d39b1396",
                    "gambit_id": "181a45d8-2170-4370-8ed4-88520eba1250",
                    "last_updated": "2023-10-30T13:23:28.335106-04:00",
                    "created_at": "2023-10-28T18:48:24.879120-04:00",
                    "name": "11 to 15",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee903fa3-da05-460f-9c1d-0984d5758da0/?format=api"
                },
                {
                    "id": "80cf4ca0-a837-4d86-8b3b-95f225780ac7",
                    "gambit_id": "10de4a5d-b8ed-4f05-a93b-eb6c27f6be21",
                    "last_updated": "2023-10-30T13:23:28.338510-04:00",
                    "created_at": "2023-10-28T18:48:24.883501-04:00",
                    "name": "16 to 20",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee903fa3-da05-460f-9c1d-0984d5758da0/?format=api"
                },
                {
                    "id": "2f99ca2e-dd5f-493c-8520-a73be5720dff",
                    "gambit_id": "055db679-ade3-46d5-9117-4a1ec6b98225",
                    "last_updated": "2023-10-30T13:23:28.345665-04:00",
                    "created_at": "2023-10-28T18:48:24.892569-04:00",
                    "name": "1 to 5",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee903fa3-da05-460f-9c1d-0984d5758da0/?format=api"
                }
            ]
        }
    ]
}