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/d36fe142-179b-4bd2-9f36-b4808396212c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d36fe142-179b-4bd2-9f36-b4808396212c",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "e7216407-1459-4898-8229-722df590a989",
    "completed": true,
    "last_updated": "2022-12-20T15:57:20.329792-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/e7216407-1459-4898-8229-722df590a989",
    "datetime": "2022-12-19T22:59:00-05:00",
    "cutoff_datetime": "2022-12-19T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - December 19th 2022",
    "bettypes": [
        {
            "id": "ad8f5997-ab1a-40b8-909b-9a7e82b148a6",
            "match": "https://api-prod.gambitprofit.com/api/matches/d36fe142-179b-4bd2-9f36-b4808396212c/?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": "f9535d20-3d6d-4972-aef4-221ade3b5ac2",
                    "gambit_id": "137defc4-6a87-4406-a0a7-1053b11fd667",
                    "last_updated": "2022-12-20T15:57:20.332406-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.60000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad8f5997-ab1a-40b8-909b-9a7e82b148a6/?format=api"
                },
                {
                    "id": "c545d9bc-0b91-419b-9d0f-0d319d02ec3d",
                    "gambit_id": "a5b94e3d-4154-4939-a2ff-47b696f12e37",
                    "last_updated": "2022-12-20T15:57:20.333508-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.24000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad8f5997-ab1a-40b8-909b-9a7e82b148a6/?format=api"
                },
                {
                    "id": "c3025d4d-ce45-4fd8-8f93-5a9f4780547f",
                    "gambit_id": "b9fdb449-772f-42ac-9be2-dfa685e2e945",
                    "last_updated": "2022-12-20T15:57:20.336809-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.24000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad8f5997-ab1a-40b8-909b-9a7e82b148a6/?format=api"
                },
                {
                    "id": "d9dd14a5-525d-440a-a3fa-744638b4f7f9",
                    "gambit_id": "4cf1b87c-e592-4559-9254-e55bdd46315d",
                    "last_updated": "2022-12-20T15:57:20.335708-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.24000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad8f5997-ab1a-40b8-909b-9a7e82b148a6/?format=api"
                },
                {
                    "id": "6f668681-32ba-4777-a0ac-040d93d798fe",
                    "gambit_id": "0c0925fe-bd9c-45cc-a3b3-b4bbda1d0eca",
                    "last_updated": "2022-12-20T15:57:20.334611-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.24000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad8f5997-ab1a-40b8-909b-9a7e82b148a6/?format=api"
                }
            ]
        }
    ]
}