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/db948891-cf45-4e64-bd29-ee6acdbc5da0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "db948891-cf45-4e64-bd29-ee6acdbc5da0",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "f57a10dd-dc04-4fa3-8f66-67c8dcc1aba3",
    "completed": true,
    "last_updated": "2022-08-11T10:32:17.389567-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/f57a10dd-dc04-4fa3-8f66-67c8dcc1aba3",
    "datetime": "2022-08-10T22:59:00-04:00",
    "cutoff_datetime": "2022-08-10T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - August 10th 2022",
    "bettypes": [
        {
            "id": "cf00a070-c89e-41bb-ad5a-6e85ee0978f1",
            "match": "https://api-prod.gambitprofit.com/api/matches/db948891-cf45-4e64-bd29-ee6acdbc5da0/?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": "c1832ea0-ccb9-4ae6-8946-f361ac8a7453",
                    "gambit_id": "deadd260-2721-4ff2-a8a7-618cb539c9c2",
                    "last_updated": "2022-08-11T10:32:17.390522-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.73000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf00a070-c89e-41bb-ad5a-6e85ee0978f1/?format=api"
                },
                {
                    "id": "294476b8-a08d-4c29-9522-254456cb8f6c",
                    "gambit_id": "cf9aa2ea-b3a7-4572-a945-ad3e381901a6",
                    "last_updated": "2022-08-11T10:32:17.391015-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.41000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf00a070-c89e-41bb-ad5a-6e85ee0978f1/?format=api"
                },
                {
                    "id": "bdb78361-8b03-4633-9b37-51ef3288731d",
                    "gambit_id": "80fc8198-e7d6-4396-a6bd-e211cfca99d8",
                    "last_updated": "2022-08-11T10:32:17.391437-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.41000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf00a070-c89e-41bb-ad5a-6e85ee0978f1/?format=api"
                },
                {
                    "id": "aa93a96c-0d3e-4142-80ae-8a217ab7923d",
                    "gambit_id": "164aa9d4-5f0c-4195-ae37-5431e59c74af",
                    "last_updated": "2022-08-11T10:32:17.391852-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.41000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf00a070-c89e-41bb-ad5a-6e85ee0978f1/?format=api"
                },
                {
                    "id": "f84ce4b2-8677-434a-833e-d5f930e99715",
                    "gambit_id": "48f8d765-d1e5-4fd3-a83d-4f1c5d073d0a",
                    "last_updated": "2022-08-11T10:32:17.392513-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.41000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf00a070-c89e-41bb-ad5a-6e85ee0978f1/?format=api"
                }
            ]
        }
    ]
}