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/2c7914b7-be5f-4d7b-a24d-75bf5eedae65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c7914b7-be5f-4d7b-a24d-75bf5eedae65",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "45306d2f-7713-4445-9878-6be041b25379",
    "completed": true,
    "last_updated": "2022-12-08T13:02:27.653478-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/45306d2f-7713-4445-9878-6be041b25379",
    "datetime": "2022-12-07T22:59:00-05:00",
    "cutoff_datetime": "2022-12-07T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - December 7th 2022",
    "bettypes": [
        {
            "id": "23c2ca74-7bc2-425e-a3ea-3fedc3f3abad",
            "match": "https://api-prod.gambitprofit.com/api/matches/2c7914b7-be5f-4d7b-a24d-75bf5eedae65/?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": "99012e67-8659-453e-8146-a55fdd6c5e14",
                    "gambit_id": "a0dffd7b-8328-49ee-97f4-abbafdc94a96",
                    "last_updated": "2022-12-08T13:02:27.657367-05: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/23c2ca74-7bc2-425e-a3ea-3fedc3f3abad/?format=api"
                },
                {
                    "id": "b151fd5f-7558-4392-a3d5-00799f782cd9",
                    "gambit_id": "45085c73-7876-421f-a208-38f8b6fdb347",
                    "last_updated": "2022-12-08T13:02:27.659357-05: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/23c2ca74-7bc2-425e-a3ea-3fedc3f3abad/?format=api"
                },
                {
                    "id": "4073f5ae-a899-4353-b503-942b1ee596fb",
                    "gambit_id": "64c92d1a-a7f0-4aff-a1f1-a8a62e43f1b2",
                    "last_updated": "2022-12-08T13:02:27.660323-05: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/23c2ca74-7bc2-425e-a3ea-3fedc3f3abad/?format=api"
                },
                {
                    "id": "7a68c593-5e0b-439e-aab9-43351c8a42f3",
                    "gambit_id": "804b647a-bb4a-45d1-bee1-8bbbd0a31d0f",
                    "last_updated": "2022-12-08T13:02:27.656220-05: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/23c2ca74-7bc2-425e-a3ea-3fedc3f3abad/?format=api"
                },
                {
                    "id": "c9f2b406-90da-480a-91cf-3d5046d9bb17",
                    "gambit_id": "c38395f3-9249-4653-9a56-9534fd011cd4",
                    "last_updated": "2022-12-08T13:02:27.658339-05: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/23c2ca74-7bc2-425e-a3ea-3fedc3f3abad/?format=api"
                }
            ]
        }
    ]
}