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/9b179ea8-6944-43b8-b7e5-18861c015856/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b179ea8-6944-43b8-b7e5-18861c015856",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "ebe58326-df51-4fe8-aad0-4fa8eb118ec4",
    "completed": true,
    "last_updated": "2022-09-16T11:42:01.288317-04:00",
    "created_at": "1969-12-31T19:00:00-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/ebe58326-df51-4fe8-aad0-4fa8eb118ec4",
    "datetime": "2022-09-14T22:59:00-04:00",
    "cutoff_datetime": "2022-09-14T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - September 14th 2022",
    "bettypes": [
        {
            "id": "626c1611-a971-4a18-96d2-bbcb2b441852",
            "match": "https://api-prod.gambitprofit.com/api/matches/9b179ea8-6944-43b8-b7e5-18861c015856/?format=api",
            "name": "FreeForm",
            "created_at": "1969-12-31T19:00:00-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": "1d31b280-bd01-49fe-a4a9-020c4fae00d7",
                    "gambit_id": "f795d30e-a0d5-49a7-a501-dbc2b10de3a2",
                    "last_updated": "2022-09-16T11:42:01.291061-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.67000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/626c1611-a971-4a18-96d2-bbcb2b441852/?format=api"
                },
                {
                    "id": "39355b31-6218-455c-aabe-e14aa726e584",
                    "gambit_id": "40cd2442-a2e8-46da-9162-7c582ca5987a",
                    "last_updated": "2022-09-16T11:42:01.295353-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.34000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/626c1611-a971-4a18-96d2-bbcb2b441852/?format=api"
                },
                {
                    "id": "5dd10a12-aa8e-4b9c-9576-6e5777148381",
                    "gambit_id": "0b314c77-a911-4dba-bdf6-7ed5dffc1174",
                    "last_updated": "2022-09-16T11:42:01.296621-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.34000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/626c1611-a971-4a18-96d2-bbcb2b441852/?format=api"
                },
                {
                    "id": "d4a70017-44d2-489e-a81e-1b7f33690fcd",
                    "gambit_id": "9ea1852c-03e4-48db-9556-66e7b617e02b",
                    "last_updated": "2022-09-16T11:42:01.292300-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.34000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/626c1611-a971-4a18-96d2-bbcb2b441852/?format=api"
                },
                {
                    "id": "9bc662ac-c595-4e64-a17e-f9dd572c5614",
                    "gambit_id": "37026536-7eef-4767-8ba0-2bb6a1867d56",
                    "last_updated": "2022-09-16T11:42:01.293815-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.34000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/626c1611-a971-4a18-96d2-bbcb2b441852/?format=api"
                }
            ]
        }
    ]
}