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/99c23b56-e58a-4215-9583-a43f610de260/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99c23b56-e58a-4215-9583-a43f610de260",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "c3cf38ac-cd38-49b5-b0ee-06107d6d113a",
    "completed": true,
    "last_updated": "2022-10-27T12:07:13.890830-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/c3cf38ac-cd38-49b5-b0ee-06107d6d113a",
    "datetime": "2022-10-26T22:59:00-04:00",
    "cutoff_datetime": "2022-10-26T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - October 26th 2022",
    "bettypes": [
        {
            "id": "b51ba9e3-3dbf-4c03-97ad-4150817757ac",
            "match": "https://api-prod.gambitprofit.com/api/matches/99c23b56-e58a-4215-9583-a43f610de260/?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": "6b380f58-bf9a-4b0f-8442-7ba8ce922876",
                    "gambit_id": "82d004b6-ccdf-4787-a85a-1d7ff8fba6e5",
                    "last_updated": "2022-10-27T12:07:13.893153-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.91000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b51ba9e3-3dbf-4c03-97ad-4150817757ac/?format=api"
                },
                {
                    "id": "7e48b67c-078b-433a-b661-8a4b03bae532",
                    "gambit_id": "ccbb796a-d6da-465e-9258-64a64ba03439",
                    "last_updated": "2022-10-27T12:07:13.894133-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b51ba9e3-3dbf-4c03-97ad-4150817757ac/?format=api"
                },
                {
                    "id": "2af688a7-72e9-479d-bdb0-d0016c0fe840",
                    "gambit_id": "d492eadb-b473-4f60-bdc1-6972b443fd6e",
                    "last_updated": "2022-10-27T12:07:13.895103-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b51ba9e3-3dbf-4c03-97ad-4150817757ac/?format=api"
                },
                {
                    "id": "fac9a025-364f-424f-9929-2146084b7f12",
                    "gambit_id": "79d7238c-e7c3-452d-ada7-4ea466b42bde",
                    "last_updated": "2022-10-27T12:07:13.896072-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b51ba9e3-3dbf-4c03-97ad-4150817757ac/?format=api"
                },
                {
                    "id": "5ecdcebf-87a5-4422-8ac1-b2835a643c93",
                    "gambit_id": "afc27e1b-42e4-40d4-b683-40be24f41948",
                    "last_updated": "2022-10-27T12:07:13.897063-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b51ba9e3-3dbf-4c03-97ad-4150817757ac/?format=api"
                }
            ]
        }
    ]
}