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/d49aa261-3958-4695-9e61-8bde2d97f226/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d49aa261-3958-4695-9e61-8bde2d97f226",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "01eed090-52b2-455b-83fe-e6854177e4bc",
    "completed": true,
    "last_updated": "2023-07-23T22:02:57.928966-04:00",
    "created_at": "2023-07-22T08:38:13.717903-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/01eed090-52b2-455b-83fe-e6854177e4bc",
    "datetime": "2023-07-22T22:59:00-04:00",
    "cutoff_datetime": "2023-07-22T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - July 22nd 2023",
    "bettypes": [
        {
            "id": "b9419f2f-818a-4f79-a5ae-c30dd5c80243",
            "match": "https://api-prod.gambitprofit.com/api/matches/d49aa261-3958-4695-9e61-8bde2d97f226/?format=api",
            "name": "FreeForm",
            "created_at": "2023-07-22T08:38:13.723194-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": "3b4f0c48-c16b-4792-b1fd-8f8c3edf9f27",
                    "gambit_id": "eafc2e75-62b2-4665-8a26-1cf6aa01a247",
                    "last_updated": "2023-07-23T22:02:57.953867-04:00",
                    "created_at": "2023-07-22T08:38:13.742397-04:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9419f2f-818a-4f79-a5ae-c30dd5c80243/?format=api"
                },
                {
                    "id": "85a635ca-5ce7-4a82-bab8-0f43a6f037dc",
                    "gambit_id": "52e3b859-ce01-4b72-90fc-93f4cd5509bd",
                    "last_updated": "2023-07-23T22:02:57.943048-04:00",
                    "created_at": "2023-07-22T08:38:13.730961-04:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9419f2f-818a-4f79-a5ae-c30dd5c80243/?format=api"
                },
                {
                    "id": "2c772253-b9ea-4b30-89f7-f11769c8182f",
                    "gambit_id": "f5949b70-9929-4dea-a6e1-5747a7df41a0",
                    "last_updated": "2023-07-23T22:02:57.946391-04:00",
                    "created_at": "2023-07-22T08:38:13.734665-04:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9419f2f-818a-4f79-a5ae-c30dd5c80243/?format=api"
                },
                {
                    "id": "20e8018e-966c-4875-a226-1caa07fa300b",
                    "gambit_id": "5bc33c0e-1187-4ba9-9135-3e695ee349b6",
                    "last_updated": "2023-07-23T22:02:57.950490-04:00",
                    "created_at": "2023-07-22T08:38:13.738865-04:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9419f2f-818a-4f79-a5ae-c30dd5c80243/?format=api"
                },
                {
                    "id": "4b330f68-a39b-41cd-9a8b-17710c71fb73",
                    "gambit_id": "ba864d2c-94e6-4fc0-9fd6-ef8dca3d9bda",
                    "last_updated": "2023-07-23T22:02:57.939597-04:00",
                    "created_at": "2023-07-22T08:38:13.727067-04:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9419f2f-818a-4f79-a5ae-c30dd5c80243/?format=api"
                }
            ]
        }
    ]
}