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/bcf39fad-033c-4032-8c11-6b2aea7f989f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bcf39fad-033c-4032-8c11-6b2aea7f989f",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "e269ef22-e677-4f1c-9944-32d196ea53a1",
    "completed": true,
    "last_updated": "2023-01-01T14:36:47.943548-05:00",
    "created_at": "2022-12-31T00:17:10.884622-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/e269ef22-e677-4f1c-9944-32d196ea53a1",
    "datetime": "2022-12-31T22:59:00-05:00",
    "cutoff_datetime": "2022-12-31T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - December 31st 2022",
    "bettypes": [
        {
            "id": "59250a1c-cf78-4365-b19b-435c99ee93e0",
            "match": "https://api-prod.gambitprofit.com/api/matches/bcf39fad-033c-4032-8c11-6b2aea7f989f/?format=api",
            "name": "FreeForm",
            "created_at": "2022-12-31T00:17:10.886236-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": "0f6be726-b897-4a31-9061-b8640750b6f1",
                    "gambit_id": "cf6dddb7-f893-425d-935b-26267caef022",
                    "last_updated": "2023-01-01T14:36:47.946280-05:00",
                    "created_at": "2022-12-31T00:17:10.887440-05:00",
                    "name": "21 to 26",
                    "reward": "3.58000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59250a1c-cf78-4365-b19b-435c99ee93e0/?format=api"
                },
                {
                    "id": "cf4b1f60-ffdc-428e-af01-6bd254d6371a",
                    "gambit_id": "874fe1da-f8b8-4cba-adde-63e6437407dd",
                    "last_updated": "2023-01-01T14:36:47.949734-05:00",
                    "created_at": "2022-12-31T00:17:10.890999-05:00",
                    "name": "6 to 10",
                    "reward": "4.23000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59250a1c-cf78-4365-b19b-435c99ee93e0/?format=api"
                },
                {
                    "id": "6ab3f39b-6954-4359-aa42-4dc42e32ffaf",
                    "gambit_id": "c9e9b6dd-4fd2-4a28-9e3b-fd62ef13ed1e",
                    "last_updated": "2023-01-01T14:36:47.950836-05:00",
                    "created_at": "2022-12-31T00:17:10.892133-05:00",
                    "name": "1 to 5",
                    "reward": "4.23000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59250a1c-cf78-4365-b19b-435c99ee93e0/?format=api"
                },
                {
                    "id": "bdb86c50-44a6-4ca4-9c4d-819b0853ed53",
                    "gambit_id": "28d8bd6c-5230-457a-a474-32f6199d9737",
                    "last_updated": "2023-01-01T14:36:47.947392-05:00",
                    "created_at": "2022-12-31T00:17:10.888660-05:00",
                    "name": "16 to 20",
                    "reward": "4.23000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59250a1c-cf78-4365-b19b-435c99ee93e0/?format=api"
                },
                {
                    "id": "387a6a09-6f88-48ff-b864-a1f1a2e461e8",
                    "gambit_id": "69978d24-3bb5-4449-8ec3-a9b74b7c1e64",
                    "last_updated": "2023-01-01T14:36:47.948529-05:00",
                    "created_at": "2022-12-31T00:17:10.889822-05:00",
                    "name": "11 to 15",
                    "reward": "4.23000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59250a1c-cf78-4365-b19b-435c99ee93e0/?format=api"
                }
            ]
        }
    ]
}