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/023c2d45-44be-417c-a9d2-e163a9e5ac8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "023c2d45-44be-417c-a9d2-e163a9e5ac8f",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "9c0377cf-4bb2-4feb-8e23-77825a1fbdcd",
    "completed": true,
    "last_updated": "2022-09-30T22:57:24.327782-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/9c0377cf-4bb2-4feb-8e23-77825a1fbdcd",
    "datetime": "2022-09-28T22:59:00-04:00",
    "cutoff_datetime": "2022-09-28T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - September 28th 2022",
    "bettypes": [
        {
            "id": "5346b4e5-6b61-472f-b441-f7e760fdbb49",
            "match": "https://api-prod.gambitprofit.com/api/matches/023c2d45-44be-417c-a9d2-e163a9e5ac8f/?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": "a0e36e7f-9d68-4739-9dde-0ce02edd454e",
                    "gambit_id": "25dd33a9-d4b6-4482-9252-6c407b6a0897",
                    "last_updated": "2022-09-30T22:57:24.331765-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.63000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5346b4e5-6b61-472f-b441-f7e760fdbb49/?format=api"
                },
                {
                    "id": "b6440231-a315-4a2c-9b15-0be21d763942",
                    "gambit_id": "8aafa6a7-5ba3-4eeb-8a62-1c24416bc05f",
                    "last_updated": "2022-09-30T22:57:24.333799-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5346b4e5-6b61-472f-b441-f7e760fdbb49/?format=api"
                },
                {
                    "id": "7de2569a-0ee3-4ac8-ba8b-ce78869a08f6",
                    "gambit_id": "cab07397-122c-4178-977f-cad301524772",
                    "last_updated": "2022-09-30T22:57:24.332783-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5346b4e5-6b61-472f-b441-f7e760fdbb49/?format=api"
                },
                {
                    "id": "8cf76f5a-5d2f-4b15-be43-a623a6ab1438",
                    "gambit_id": "d1590161-82da-4820-b011-ac752f8fa965",
                    "last_updated": "2022-09-30T22:57:24.330625-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5346b4e5-6b61-472f-b441-f7e760fdbb49/?format=api"
                },
                {
                    "id": "83aa90d9-ef6e-45ae-8bd8-bec7eac98747",
                    "gambit_id": "cbbd70be-a8a4-4843-9031-8a0c6fdf6e55",
                    "last_updated": "2022-09-30T22:57:24.334763-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5346b4e5-6b61-472f-b441-f7e760fdbb49/?format=api"
                }
            ]
        }
    ]
}