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/8ad54c92-732f-457c-8c6f-8583b87d6172/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ad54c92-732f-457c-8c6f-8583b87d6172",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "43c87cda-58f7-45de-bc7f-704b5a4c4cf2",
    "completed": true,
    "last_updated": "2022-12-12T19:02:14.949871-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/43c87cda-58f7-45de-bc7f-704b5a4c4cf2",
    "datetime": "2022-12-10T22:59:00-05:00",
    "cutoff_datetime": "2022-12-10T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - December 10th 2022",
    "bettypes": [
        {
            "id": "6fe5c62a-26bd-487c-95e6-b0b6a8d4cb86",
            "match": "https://api-prod.gambitprofit.com/api/matches/8ad54c92-732f-457c-8c6f-8583b87d6172/?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": "491df66c-04e6-4628-bc8b-93c38681feb8",
                    "gambit_id": "65948f5e-0112-4bf5-89d9-da1ff12c4309",
                    "last_updated": "2022-12-12T19:02:14.952456-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/6fe5c62a-26bd-487c-95e6-b0b6a8d4cb86/?format=api"
                },
                {
                    "id": "147d708e-0dcb-4912-a040-b618bdd7429e",
                    "gambit_id": "3c41c9a1-f7e2-4793-a97c-99dd8796a08c",
                    "last_updated": "2022-12-12T19:02:14.953559-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/6fe5c62a-26bd-487c-95e6-b0b6a8d4cb86/?format=api"
                },
                {
                    "id": "af57ebac-9d9a-4d3e-8da4-8ca9a152ae19",
                    "gambit_id": "88e2056d-8b27-4d81-b39b-3da468628a1e",
                    "last_updated": "2022-12-12T19:02:14.955760-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/6fe5c62a-26bd-487c-95e6-b0b6a8d4cb86/?format=api"
                },
                {
                    "id": "cd22135c-f4de-4d78-ba94-405a63f326f9",
                    "gambit_id": "3f611858-0146-4f08-b85c-a7c80a0df244",
                    "last_updated": "2022-12-12T19:02:14.957021-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/6fe5c62a-26bd-487c-95e6-b0b6a8d4cb86/?format=api"
                },
                {
                    "id": "b527f1c7-c115-4c56-aac4-cfd2e51e165e",
                    "gambit_id": "7c5ebe6b-1563-4dbf-a817-419b6223a382",
                    "last_updated": "2022-12-12T19:02:14.954639-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/6fe5c62a-26bd-487c-95e6-b0b6a8d4cb86/?format=api"
                }
            ]
        }
    ]
}