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/7572f436-001b-4f97-abfe-d55b2a9bfca8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7572f436-001b-4f97-abfe-d55b2a9bfca8",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "e4d956c1-1f52-4b40-a862-8342c3d3c2db",
    "completed": true,
    "last_updated": "2022-11-07T09:27:42.073626-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/e4d956c1-1f52-4b40-a862-8342c3d3c2db",
    "datetime": "2022-11-05T22:59:00-04:00",
    "cutoff_datetime": "2022-11-05T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - November 5th 2022",
    "bettypes": [
        {
            "id": "be1b3346-56ee-4d02-8bfe-9235c9bf4e7b",
            "match": "https://api-prod.gambitprofit.com/api/matches/7572f436-001b-4f97-abfe-d55b2a9bfca8/?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": "e21888d7-76bc-4dcd-90cb-72650cad3adc",
                    "gambit_id": "9a1bbe00-c248-47f3-846c-38a82b3a7657",
                    "last_updated": "2022-11-07T09:27:42.077611-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/be1b3346-56ee-4d02-8bfe-9235c9bf4e7b/?format=api"
                },
                {
                    "id": "ae646457-1a40-4d03-8c3e-3baf73d4e5a0",
                    "gambit_id": "8063b043-aed9-464f-a9f5-8a149112b86e",
                    "last_updated": "2022-11-07T09:27:42.076434-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/be1b3346-56ee-4d02-8bfe-9235c9bf4e7b/?format=api"
                },
                {
                    "id": "89778b8d-b755-4e99-949e-2da066aa0058",
                    "gambit_id": "74ea806a-21c6-402c-83f0-bbbd7873875c",
                    "last_updated": "2022-11-07T09:27:42.078673-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/be1b3346-56ee-4d02-8bfe-9235c9bf4e7b/?format=api"
                },
                {
                    "id": "95fd954e-275b-4d6f-86f2-d86ec1b96309",
                    "gambit_id": "69073451-c811-4d0d-bb6e-ec1250d52f87",
                    "last_updated": "2022-11-07T09:27:42.079629-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/be1b3346-56ee-4d02-8bfe-9235c9bf4e7b/?format=api"
                },
                {
                    "id": "e82b386e-2124-45ef-8858-3f6182bcad2b",
                    "gambit_id": "a0f39a36-724f-4a9c-9d0f-28e714bbe591",
                    "last_updated": "2022-11-07T09:27:42.080585-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/be1b3346-56ee-4d02-8bfe-9235c9bf4e7b/?format=api"
                }
            ]
        }
    ]
}