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/55bf43ac-d0cb-43ba-bada-7d5934f1c028/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55bf43ac-d0cb-43ba-bada-7d5934f1c028",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "25efce72-dac6-48c8-b0c0-f6401a75b39c",
    "completed": true,
    "last_updated": "2023-10-17T09:58:05.138529-04:00",
    "created_at": "2023-10-13T13:43:19.527341-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/25efce72-dac6-48c8-b0c0-f6401a75b39c",
    "datetime": "2023-10-14T22:59:00-04:00",
    "cutoff_datetime": "2023-10-14T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - October 14th 2023",
    "bettypes": [
        {
            "id": "26239f0b-1399-4e35-b1bf-bd50895f495e",
            "match": "https://api-prod.gambitprofit.com/api/matches/55bf43ac-d0cb-43ba-bada-7d5934f1c028/?format=api",
            "name": "FreeForm",
            "created_at": "2023-10-13T13:43:19.539322-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": "9e62b2ea-66e1-4405-b86c-59903b0fdab5",
                    "gambit_id": "c45b839b-b2f6-4fc4-8904-a9747fb3dfdf",
                    "last_updated": "2023-10-17T09:58:05.180873-04:00",
                    "created_at": "2023-10-13T13:43:19.571164-04:00",
                    "name": "21 to 26",
                    "reward": "3.85000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26239f0b-1399-4e35-b1bf-bd50895f495e/?format=api"
                },
                {
                    "id": "b7c9b394-4832-48ea-b9d0-f4eafcd688a0",
                    "gambit_id": "4088e22b-1501-47ee-b575-cefc3a54c356",
                    "last_updated": "2023-10-17T09:58:05.152877-04:00",
                    "created_at": "2023-10-13T13:43:19.548575-04:00",
                    "name": "1 to 5",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26239f0b-1399-4e35-b1bf-bd50895f495e/?format=api"
                },
                {
                    "id": "8cb14ba3-5b3c-4008-8cd4-a4cb27b673e4",
                    "gambit_id": "9bc767c1-a98e-4cd4-b4e8-c5a378541a98",
                    "last_updated": "2023-10-17T09:58:05.156439-04:00",
                    "created_at": "2023-10-13T13:43:19.554433-04:00",
                    "name": "6 to 10",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26239f0b-1399-4e35-b1bf-bd50895f495e/?format=api"
                },
                {
                    "id": "5c469561-ca80-4bd0-ab76-50464d1f01ba",
                    "gambit_id": "98ce7328-e244-4211-9a19-57cac836ee1e",
                    "last_updated": "2023-10-17T09:58:05.163315-04:00",
                    "created_at": "2023-10-13T13:43:19.561082-04:00",
                    "name": "11 to 15",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26239f0b-1399-4e35-b1bf-bd50895f495e/?format=api"
                },
                {
                    "id": "78b34d58-b33e-4ba7-9b7b-bb882b625fb0",
                    "gambit_id": "641a2af7-540c-4102-9d71-b56e3ec63656",
                    "last_updated": "2023-10-17T09:58:05.166557-04:00",
                    "created_at": "2023-10-13T13:43:19.566402-04:00",
                    "name": "16 to 20",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26239f0b-1399-4e35-b1bf-bd50895f495e/?format=api"
                }
            ]
        }
    ]
}