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/99a1f8e6-de8f-4ef3-a39c-f27dbd875cb8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99a1f8e6-de8f-4ef3-a39c-f27dbd875cb8",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "59c7420e-1757-4b50-b052-d69065f92e83",
    "completed": true,
    "last_updated": "2022-12-30T19:02:03.002808-05:00",
    "created_at": "2022-12-27T11:12:13.086531-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/59c7420e-1757-4b50-b052-d69065f92e83",
    "datetime": "2022-12-28T22:59:00-05:00",
    "cutoff_datetime": "2022-12-28T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - December 28th 2022",
    "bettypes": [
        {
            "id": "37475946-8616-400c-9f09-0f747102a389",
            "match": "https://api-prod.gambitprofit.com/api/matches/99a1f8e6-de8f-4ef3-a39c-f27dbd875cb8/?format=api",
            "name": "FreeForm",
            "created_at": "2022-12-27T11:12:13.088210-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": "a203dceb-dce2-4670-bb32-59de2839ac6f",
                    "gambit_id": "f7cdf60c-89ac-45de-a530-170613ee30f8",
                    "last_updated": "2022-12-30T19:02:03.006083-05:00",
                    "created_at": "2022-12-27T11:12:13.089451-05:00",
                    "name": "21 to 26",
                    "reward": "3.58000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37475946-8616-400c-9f09-0f747102a389/?format=api"
                },
                {
                    "id": "e3b6c843-8fb9-4d4d-8fee-ba907fe7ef3a",
                    "gambit_id": "d4f68b1e-60b2-4dee-8979-e25a7bd3f1c1",
                    "last_updated": "2022-12-30T19:02:03.010565-05:00",
                    "created_at": "2022-12-27T11:12:13.094631-05:00",
                    "name": "1 to 5",
                    "reward": "4.23000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37475946-8616-400c-9f09-0f747102a389/?format=api"
                },
                {
                    "id": "1efe7797-9975-412d-9af6-c9aa62284b27",
                    "gambit_id": "ec8920a8-00c2-4bf3-a730-f59d0d4d6c3a",
                    "last_updated": "2022-12-30T19:02:03.007235-05:00",
                    "created_at": "2022-12-27T11:12:13.090706-05:00",
                    "name": "16 to 20",
                    "reward": "4.23000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37475946-8616-400c-9f09-0f747102a389/?format=api"
                },
                {
                    "id": "be4cd1f6-1242-4165-8f00-6e08135ce4e8",
                    "gambit_id": "c1c7eefe-ab1a-47d2-90f0-55add6f219ed",
                    "last_updated": "2022-12-30T19:02:03.008341-05:00",
                    "created_at": "2022-12-27T11:12:13.092127-05:00",
                    "name": "11 to 15",
                    "reward": "4.23000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37475946-8616-400c-9f09-0f747102a389/?format=api"
                },
                {
                    "id": "8b8c72b7-81f3-47a5-b692-92953c900d9e",
                    "gambit_id": "70f4d256-74aa-4449-a273-b6fd7a328abb",
                    "last_updated": "2022-12-30T19:02:03.009450-05:00",
                    "created_at": "2022-12-27T11:12:13.093399-05:00",
                    "name": "6 to 10",
                    "reward": "4.23000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37475946-8616-400c-9f09-0f747102a389/?format=api"
                }
            ]
        }
    ]
}