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/5290b2b8-3cfb-4c83-8325-82cb00314841/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5290b2b8-3cfb-4c83-8325-82cb00314841",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "f4ada941-d0cb-4d61-998e-e726bc985b98",
    "completed": true,
    "last_updated": "2023-10-26T10:53:14.252015-04:00",
    "created_at": "2023-10-25T09:13:10.242732-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/f4ada941-d0cb-4d61-998e-e726bc985b98",
    "datetime": "2023-10-25T22:59:00-04:00",
    "cutoff_datetime": "2023-10-25T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - October 25th 2023",
    "bettypes": [
        {
            "id": "141f53a8-032a-48a9-9549-462a9a27f305",
            "match": "https://api-prod.gambitprofit.com/api/matches/5290b2b8-3cfb-4c83-8325-82cb00314841/?format=api",
            "name": "FreeForm",
            "created_at": "2023-10-25T09:13:10.247970-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": "d7a6ea1f-e8dd-4dd8-bffa-d561c5f943da",
                    "gambit_id": "f9389346-faa5-4381-b0f7-9feec052d1ba",
                    "last_updated": "2023-10-26T10:53:14.274730-04:00",
                    "created_at": "2023-10-25T09:13:10.268135-04:00",
                    "name": "21 to 26",
                    "reward": "3.85000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/141f53a8-032a-48a9-9549-462a9a27f305/?format=api"
                },
                {
                    "id": "b1a6a7e5-4603-4476-b254-ac88bee56506",
                    "gambit_id": "a950b1e7-59b0-47df-b23f-fc069af0a25d",
                    "last_updated": "2023-10-26T10:53:14.267333-04:00",
                    "created_at": "2023-10-25T09:13:10.260199-04:00",
                    "name": "11 to 15",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/141f53a8-032a-48a9-9549-462a9a27f305/?format=api"
                },
                {
                    "id": "75a351cb-9bd7-450a-a48b-6d70cd6e3f30",
                    "gambit_id": "b8bc11dd-7ea9-42f0-a6d2-b56b5c75f478",
                    "last_updated": "2023-10-26T10:53:14.259961-04:00",
                    "created_at": "2023-10-25T09:13:10.251941-04:00",
                    "name": "1 to 5",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/141f53a8-032a-48a9-9549-462a9a27f305/?format=api"
                },
                {
                    "id": "6e09b830-a861-47bc-ad01-45152b27d180",
                    "gambit_id": "9f6ce3c2-a949-43e5-9dc3-0ab4d70b7144",
                    "last_updated": "2023-10-26T10:53:14.271146-04:00",
                    "created_at": "2023-10-25T09:13:10.264289-04:00",
                    "name": "16 to 20",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/141f53a8-032a-48a9-9549-462a9a27f305/?format=api"
                },
                {
                    "id": "23f950b6-ac2f-41e3-a4f5-e9e143c6ad17",
                    "gambit_id": "9beec965-856e-4448-84bf-0f70b0059386",
                    "last_updated": "2023-10-26T10:53:14.263644-04:00",
                    "created_at": "2023-10-25T09:13:10.256211-04:00",
                    "name": "6 to 10",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/141f53a8-032a-48a9-9549-462a9a27f305/?format=api"
                }
            ]
        }
    ]
}