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/1c10bac6-4a3d-425a-bca6-a492fbd28192/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c10bac6-4a3d-425a-bca6-a492fbd28192",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "2167115a-4000-4830-8371-65b83a2cabdd",
    "completed": true,
    "last_updated": "2023-12-14T11:48:20.804816-05:00",
    "created_at": "2023-12-13T08:57:58.887404-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -9999,
    "sport_category": "Powerball Betting",
    "sport": "Non Sporting",
    "url": "https://app.gambitrewards.com/match/2167115a-4000-4830-8371-65b83a2cabdd",
    "datetime": "2023-12-13T22:59:00-05:00",
    "cutoff_datetime": "2023-12-13T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - December 13th 2023",
    "bettypes": [
        {
            "id": "a67a4149-0713-4384-ab63-7ece08ea901b",
            "match": "https://api-prod.gambitprofit.com/api/matches/1c10bac6-4a3d-425a-bca6-a492fbd28192/?format=api",
            "name": "FreeForm",
            "created_at": "2023-12-13T08:57:58.908983-05: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": "821c1e52-cc61-4b41-8326-2f3ede0a0814",
                    "gambit_id": "3ec623a0-c6ca-4c95-94ee-e334d9be16f8",
                    "last_updated": "2023-12-14T11:48:20.841904-05:00",
                    "created_at": "2023-12-13T08:57:58.930698-05:00",
                    "name": "21 to 26",
                    "reward": "3.88000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a67a4149-0713-4384-ab63-7ece08ea901b/?format=api"
                },
                {
                    "id": "e5b9dff1-e0d4-404e-93ee-0d3b1398bfca",
                    "gambit_id": "63fc4977-5d78-4490-8dbd-c8f846e5dcaa",
                    "last_updated": "2023-12-14T11:48:20.815700-05:00",
                    "created_at": "2023-12-13T08:57:58.913571-05:00",
                    "name": "1 to 5",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a67a4149-0713-4384-ab63-7ece08ea901b/?format=api"
                },
                {
                    "id": "2549b314-92d7-4a93-8788-6eba5b467690",
                    "gambit_id": "02521947-a189-4b96-bfce-feb509067b11",
                    "last_updated": "2023-12-14T11:48:20.819686-05:00",
                    "created_at": "2023-12-13T08:57:58.917909-05:00",
                    "name": "6 to 10",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a67a4149-0713-4384-ab63-7ece08ea901b/?format=api"
                },
                {
                    "id": "55fa9edd-687f-4fc6-b090-8332a6ce51f3",
                    "gambit_id": "442f5737-83ce-4a74-9dda-c7b359e69c93",
                    "last_updated": "2023-12-14T11:48:20.827192-05:00",
                    "created_at": "2023-12-13T08:57:58.922016-05:00",
                    "name": "11 to 15",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a67a4149-0713-4384-ab63-7ece08ea901b/?format=api"
                },
                {
                    "id": "5cf0177f-bad8-45f4-a709-0a1dc1e7ff9d",
                    "gambit_id": "b2b068bb-c586-4cb0-b063-0e012e54b6c9",
                    "last_updated": "2023-12-14T11:48:20.834522-05:00",
                    "created_at": "2023-12-13T08:57:58.926939-05:00",
                    "name": "16 to 20",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a67a4149-0713-4384-ab63-7ece08ea901b/?format=api"
                }
            ]
        }
    ]
}