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/27ad5d1b-f1e3-445b-a29a-100ea03a3a01/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27ad5d1b-f1e3-445b-a29a-100ea03a3a01",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "85c34d4d-9e35-41f8-a158-733ac92c71a0",
    "completed": true,
    "last_updated": "2023-11-17T09:33:29.887984-05:00",
    "created_at": "2023-11-14T09:18:04.082129-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/85c34d4d-9e35-41f8-a158-733ac92c71a0",
    "datetime": "2023-11-15T22:59:00-05:00",
    "cutoff_datetime": "2023-11-15T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - November 15th 2023",
    "bettypes": [
        {
            "id": "d2d9b411-2129-43e2-a6c1-311337d75a6f",
            "match": "https://api-prod.gambitprofit.com/api/matches/27ad5d1b-f1e3-445b-a29a-100ea03a3a01/?format=api",
            "name": "FreeForm",
            "created_at": "2023-11-14T09:18:04.088187-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": "bb27a1e5-dec4-485c-9f04-c7e94691728a",
                    "gambit_id": "6ab1d126-2893-4787-9eb7-8d14cca44c16",
                    "last_updated": "2023-11-17T09:33:29.911578-05:00",
                    "created_at": "2023-11-14T09:18:04.115507-05:00",
                    "name": "21 to 26",
                    "reward": "3.86000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2d9b411-2129-43e2-a6c1-311337d75a6f/?format=api"
                },
                {
                    "id": "87b04bdb-922f-439b-b0d4-5536476a55a5",
                    "gambit_id": "c004f2e0-a4bd-47c7-ae5e-681765a50030",
                    "last_updated": "2023-11-17T09:33:29.897956-05:00",
                    "created_at": "2023-11-14T09:18:04.093318-05:00",
                    "name": "1 to 5",
                    "reward": "4.57000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2d9b411-2129-43e2-a6c1-311337d75a6f/?format=api"
                },
                {
                    "id": "8578e357-ff0e-48be-80dd-2672e59b4b7d",
                    "gambit_id": "317229ec-fe27-4b9c-9b91-421c3118f642",
                    "last_updated": "2023-11-17T09:33:29.901848-05:00",
                    "created_at": "2023-11-14T09:18:04.100315-05:00",
                    "name": "6 to 10",
                    "reward": "4.57000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2d9b411-2129-43e2-a6c1-311337d75a6f/?format=api"
                },
                {
                    "id": "e818d461-a03e-44ba-a627-a0a000e33974",
                    "gambit_id": "a8036f80-c1b2-45c0-9d12-e0bbba2e2c89",
                    "last_updated": "2023-11-17T09:33:29.905244-05:00",
                    "created_at": "2023-11-14T09:18:04.104918-05:00",
                    "name": "11 to 15",
                    "reward": "4.57000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2d9b411-2129-43e2-a6c1-311337d75a6f/?format=api"
                },
                {
                    "id": "67cd47db-7938-4e67-a903-ca6fb97ac600",
                    "gambit_id": "e8be35cf-8c2f-4cae-aeb1-cd5f9fb4f1e5",
                    "last_updated": "2023-11-17T09:33:29.908423-05:00",
                    "created_at": "2023-11-14T09:18:04.110646-05:00",
                    "name": "16 to 20",
                    "reward": "4.57000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2d9b411-2129-43e2-a6c1-311337d75a6f/?format=api"
                }
            ]
        }
    ]
}