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/306587dd-43c0-4ef3-96a4-09753e6c5070/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "306587dd-43c0-4ef3-96a4-09753e6c5070",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "b0144cff-b3b1-4b68-9899-db48420162d0",
    "completed": true,
    "last_updated": "2022-09-06T10:46:59.106593-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/b0144cff-b3b1-4b68-9899-db48420162d0",
    "datetime": "2022-09-05T22:59:00-04:00",
    "cutoff_datetime": "2022-09-05T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - September 5th 2022",
    "bettypes": [
        {
            "id": "2c1e3553-f82b-4ebd-9471-bba51484dfc4",
            "match": "https://api-prod.gambitprofit.com/api/matches/306587dd-43c0-4ef3-96a4-09753e6c5070/?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": "b4ece7c5-76ed-4afc-9ab5-c053fc0bc6b3",
                    "gambit_id": "462b477e-b3c0-45e2-9357-ff34fcaa0a7c",
                    "last_updated": "2022-09-06T10:46:59.108994-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.69000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c1e3553-f82b-4ebd-9471-bba51484dfc4/?format=api"
                },
                {
                    "id": "24b19174-f87c-4c10-85f6-15ee5f4c7809",
                    "gambit_id": "5795a501-8e47-4aae-9dc1-fcef55541a14",
                    "last_updated": "2022-09-06T10:46:59.109986-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.36000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c1e3553-f82b-4ebd-9471-bba51484dfc4/?format=api"
                },
                {
                    "id": "9d122f15-bda0-46a4-9037-4a9b43f22a14",
                    "gambit_id": "b1a096f7-41ef-46a0-a335-3cc98fe0f885",
                    "last_updated": "2022-09-06T10:46:59.110955-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.36000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c1e3553-f82b-4ebd-9471-bba51484dfc4/?format=api"
                },
                {
                    "id": "ed1ed641-d17f-404c-b2b2-ea8e520391e4",
                    "gambit_id": "1ddace74-3276-4526-b2e0-d7986f05a2ba",
                    "last_updated": "2022-09-06T10:46:59.111912-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.36000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c1e3553-f82b-4ebd-9471-bba51484dfc4/?format=api"
                },
                {
                    "id": "f65e4853-9178-421e-a956-0fdfd7a3a7c5",
                    "gambit_id": "f330e104-343e-494e-98bb-acf1a89a44ad",
                    "last_updated": "2022-09-06T10:46:59.112895-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.36000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c1e3553-f82b-4ebd-9471-bba51484dfc4/?format=api"
                }
            ]
        }
    ]
}