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/b2234637-f1c0-4801-8998-436ada4e6460/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2234637-f1c0-4801-8998-436ada4e6460",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "c9345cea-12c6-418d-9f36-cc1cd70f27a4",
    "completed": true,
    "last_updated": "2023-12-19T21:08:17.418845-05:00",
    "created_at": "2023-12-18T09:53:19.301286-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/c9345cea-12c6-418d-9f36-cc1cd70f27a4",
    "datetime": "2023-12-18T22:59:00-05:00",
    "cutoff_datetime": "2023-12-18T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - December 18th 2023",
    "bettypes": [
        {
            "id": "2e881d68-726f-4b8f-beeb-21376ff9ba18",
            "match": "https://api-prod.gambitprofit.com/api/matches/b2234637-f1c0-4801-8998-436ada4e6460/?format=api",
            "name": "FreeForm",
            "created_at": "2023-12-18T09:53:19.310895-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": "3bffef5e-cb33-4f1f-8c72-2604f67405fa",
                    "gambit_id": "5a52d5d7-81d9-43c2-8029-edc0140424ce",
                    "last_updated": "2023-12-19T21:08:17.452238-05:00",
                    "created_at": "2023-12-18T09:53:19.326595-05:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e881d68-726f-4b8f-beeb-21376ff9ba18/?format=api"
                },
                {
                    "id": "4ca99c72-0f92-4644-aef0-8c3109dc5213",
                    "gambit_id": "013b0e6d-80dd-43f4-8b33-02a83db0fdc0",
                    "last_updated": "2023-12-19T21:08:17.448925-05:00",
                    "created_at": "2023-12-18T09:53:19.322413-05:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e881d68-726f-4b8f-beeb-21376ff9ba18/?format=api"
                },
                {
                    "id": "85b4dd1a-230b-42ed-8e42-80c42440a06a",
                    "gambit_id": "d22243a3-c30e-4177-a90b-0116aec96893",
                    "last_updated": "2023-12-19T21:08:17.436693-05:00",
                    "created_at": "2023-12-18T09:53:19.314710-05:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e881d68-726f-4b8f-beeb-21376ff9ba18/?format=api"
                },
                {
                    "id": "6e15a1b7-557d-4e4a-a883-4b92c6e9f62b",
                    "gambit_id": "b9b96346-ff55-426a-8848-e2396a056a38",
                    "last_updated": "2023-12-19T21:08:17.441866-05:00",
                    "created_at": "2023-12-18T09:53:19.318497-05:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e881d68-726f-4b8f-beeb-21376ff9ba18/?format=api"
                },
                {
                    "id": "868da70d-8f8c-4711-b143-975613c21a78",
                    "gambit_id": "5c33bc4e-c939-475f-a057-202f2edce543",
                    "last_updated": "2023-12-19T21:08:17.455597-05:00",
                    "created_at": "2023-12-18T09:53:19.330489-05:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e881d68-726f-4b8f-beeb-21376ff9ba18/?format=api"
                }
            ]
        }
    ]
}