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/3cd62e45-be9c-44af-9767-829fee4fd327/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3cd62e45-be9c-44af-9767-829fee4fd327",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "accfd4d2-798a-4598-90aa-fcfe39547ee9",
    "completed": true,
    "last_updated": "2022-11-17T11:13:07.186801-05: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/accfd4d2-798a-4598-90aa-fcfe39547ee9",
    "datetime": "2022-11-16T22:59:00-05:00",
    "cutoff_datetime": "2022-11-16T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - November 16th 2022",
    "bettypes": [
        {
            "id": "3d0e00a3-9e41-4a0b-a292-79fc68e45def",
            "match": "https://api-prod.gambitprofit.com/api/matches/3cd62e45-be9c-44af-9767-829fee4fd327/?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": "9dc6bc43-56ef-41cc-b79f-18fa170e0471",
                    "gambit_id": "7c7b0b64-ce78-4143-999d-796117e0a8b4",
                    "last_updated": "2022-11-17T11:13:07.189485-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.64000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d0e00a3-9e41-4a0b-a292-79fc68e45def/?format=api"
                },
                {
                    "id": "627ad288-9bdc-4c4c-8801-aa95e36c458d",
                    "gambit_id": "182ebf51-30a1-4985-a157-2c9d69bec7b6",
                    "last_updated": "2022-11-17T11:13:07.193638-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.30000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d0e00a3-9e41-4a0b-a292-79fc68e45def/?format=api"
                },
                {
                    "id": "28585afb-47ec-44a6-a5b2-9d8e63236e5e",
                    "gambit_id": "0f1174af-e3af-4a4d-9ed6-5f35111c2604",
                    "last_updated": "2022-11-17T11:13:07.191633-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.30000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d0e00a3-9e41-4a0b-a292-79fc68e45def/?format=api"
                },
                {
                    "id": "283d3962-f68e-49cf-ab22-c2f026c1d7c9",
                    "gambit_id": "41b1d494-7ca7-46d3-8706-ea51ca4234d5",
                    "last_updated": "2022-11-17T11:13:07.190527-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.30000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d0e00a3-9e41-4a0b-a292-79fc68e45def/?format=api"
                },
                {
                    "id": "f2caafcc-5773-4468-bb81-35d202e92848",
                    "gambit_id": "e090a455-b95e-47ec-8b83-7678d3a81cd0",
                    "last_updated": "2022-11-17T11:13:07.192640-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.30000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d0e00a3-9e41-4a0b-a292-79fc68e45def/?format=api"
                }
            ]
        }
    ]
}