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/34fe59b7-c605-45a6-b311-4ebdbdc58872/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34fe59b7-c605-45a6-b311-4ebdbdc58872",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "ab240b3d-db33-406c-a17e-e3314989b934",
    "completed": true,
    "last_updated": "2022-11-29T10:07:13.909186-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/ab240b3d-db33-406c-a17e-e3314989b934",
    "datetime": "2022-11-28T22:59:00-05:00",
    "cutoff_datetime": "2022-11-28T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - November 28th 2022",
    "bettypes": [
        {
            "id": "1d300d94-9021-4516-9a88-b77ed4187e90",
            "match": "https://api-prod.gambitprofit.com/api/matches/34fe59b7-c605-45a6-b311-4ebdbdc58872/?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": "5b4bc04f-024d-437f-8c59-76a9b1462991",
                    "gambit_id": "f2767eca-eda3-406f-a30c-37d3974f08d1",
                    "last_updated": "2022-11-29T10:07:13.912499-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/1d300d94-9021-4516-9a88-b77ed4187e90/?format=api"
                },
                {
                    "id": "046a48f0-acd2-4698-b53d-1ee5552ad7ff",
                    "gambit_id": "9d8d5087-b861-4f1e-8e52-3312367be622",
                    "last_updated": "2022-11-29T10:07:13.911518-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/1d300d94-9021-4516-9a88-b77ed4187e90/?format=api"
                },
                {
                    "id": "6e63bc9b-3025-4ad7-a64a-5f3fa27c5972",
                    "gambit_id": "f31010dc-876e-490b-b9b7-4ea352f7bc81",
                    "last_updated": "2022-11-29T10:07:13.914581-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/1d300d94-9021-4516-9a88-b77ed4187e90/?format=api"
                },
                {
                    "id": "caf6302b-e41b-4c15-9510-5c459ef2499c",
                    "gambit_id": "54d89ebc-8a03-485d-85af-06cedd706ff2",
                    "last_updated": "2022-11-29T10:07:13.913601-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/1d300d94-9021-4516-9a88-b77ed4187e90/?format=api"
                },
                {
                    "id": "90e1ee87-8311-44b9-b747-418dc731a7ee",
                    "gambit_id": "98858543-34fa-48c6-b185-8aadf9933710",
                    "last_updated": "2022-11-29T10:07:13.915558-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/1d300d94-9021-4516-9a88-b77ed4187e90/?format=api"
                }
            ]
        }
    ]
}