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/fb895895-4377-488e-bbf4-1b1a849c9ab9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb895895-4377-488e-bbf4-1b1a849c9ab9",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "4efeb96f-b725-42b1-a907-be6d18844eef",
    "completed": true,
    "last_updated": "2023-10-24T10:18:14.915406-04:00",
    "created_at": "2023-10-23T09:23:23.702878-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -9999,
    "sport_category": "Powerball Betting",
    "sport": "Non Sporting",
    "url": "https://app.gambitrewards.com/match/4efeb96f-b725-42b1-a907-be6d18844eef",
    "datetime": "2023-10-23T22:59:00-04:00",
    "cutoff_datetime": "2023-10-23T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - October 23rd 2023",
    "bettypes": [
        {
            "id": "35032841-df71-4f24-86ca-92e6716999e6",
            "match": "https://api-prod.gambitprofit.com/api/matches/fb895895-4377-488e-bbf4-1b1a849c9ab9/?format=api",
            "name": "FreeForm",
            "created_at": "2023-10-23T09:23:23.716500-04: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": "6d8daa06-1c2a-4e9c-87af-915d4ba4f6b0",
                    "gambit_id": "4fb60eed-ea42-49e5-8183-b5e8245eeba6",
                    "last_updated": "2023-10-24T10:18:14.942606-04:00",
                    "created_at": "2023-10-23T09:23:23.740827-04:00",
                    "name": "21 to 26",
                    "reward": "3.85000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35032841-df71-4f24-86ca-92e6716999e6/?format=api"
                },
                {
                    "id": "4e6a3d18-abd1-4e61-982f-4f7d55f6da47",
                    "gambit_id": "55ac893d-c01e-4b75-9e5e-9ee2a8492e68",
                    "last_updated": "2023-10-24T10:18:14.935228-04:00",
                    "created_at": "2023-10-23T09:23:23.732322-04:00",
                    "name": "11 to 15",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35032841-df71-4f24-86ca-92e6716999e6/?format=api"
                },
                {
                    "id": "7c828db1-5ba9-48a1-b39a-3bdb4fba12a0",
                    "gambit_id": "4cbf112a-6ba9-47c0-801b-1e74caba2fb2",
                    "last_updated": "2023-10-24T10:18:14.939014-04:00",
                    "created_at": "2023-10-23T09:23:23.736709-04:00",
                    "name": "16 to 20",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35032841-df71-4f24-86ca-92e6716999e6/?format=api"
                },
                {
                    "id": "0ac62c8c-9d6f-4ec6-90cc-78673a2b9a3b",
                    "gambit_id": "4c5666b9-da05-48f2-9ccd-b890d525103c",
                    "last_updated": "2023-10-24T10:18:14.928482-04:00",
                    "created_at": "2023-10-23T09:23:23.721765-04:00",
                    "name": "1 to 5",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35032841-df71-4f24-86ca-92e6716999e6/?format=api"
                },
                {
                    "id": "be6cc636-cfab-4783-8abf-422034f732d9",
                    "gambit_id": "5e8200bd-602b-4c48-b44a-f17adeb609e2",
                    "last_updated": "2023-10-24T10:18:14.931925-04:00",
                    "created_at": "2023-10-23T09:23:23.727057-04:00",
                    "name": "6 to 10",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35032841-df71-4f24-86ca-92e6716999e6/?format=api"
                }
            ]
        }
    ]
}