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/dbf7f035-b0e4-4121-aa80-9cdd8e9dd4f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbf7f035-b0e4-4121-aa80-9cdd8e9dd4f5",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "f110f366-ef0c-4793-b0e8-e3cc3f6c9d1e",
    "completed": true,
    "last_updated": "2022-12-05T11:57:17.293915-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/f110f366-ef0c-4793-b0e8-e3cc3f6c9d1e",
    "datetime": "2022-12-03T22:59:00-05:00",
    "cutoff_datetime": "2022-12-03T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - December 3rd 2022",
    "bettypes": [
        {
            "id": "4aa638e5-12e6-467a-ac91-ec15feba0fab",
            "match": "https://api-prod.gambitprofit.com/api/matches/dbf7f035-b0e4-4121-aa80-9cdd8e9dd4f5/?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": "f694b40a-5cca-415a-a50b-9dc1e2825e4a",
                    "gambit_id": "9807e13e-becb-4efd-ae5e-643d763ace37",
                    "last_updated": "2022-12-05T11:57:17.296701-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/4aa638e5-12e6-467a-ac91-ec15feba0fab/?format=api"
                },
                {
                    "id": "c9087932-3d3a-4ca2-b86b-9a98c8c884b0",
                    "gambit_id": "61e3e505-1d21-40bf-9422-5ae192899354",
                    "last_updated": "2022-12-05T11:57:17.297883-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/4aa638e5-12e6-467a-ac91-ec15feba0fab/?format=api"
                },
                {
                    "id": "b6f0d145-ed63-4a33-bf59-b801602d212b",
                    "gambit_id": "3ac59ccf-2cf4-4158-b63c-afd5814fe798",
                    "last_updated": "2022-12-05T11:57:17.298997-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/4aa638e5-12e6-467a-ac91-ec15feba0fab/?format=api"
                },
                {
                    "id": "d85e9d26-5313-45a7-ac81-660a186bca0e",
                    "gambit_id": "7788e92b-d2cb-43ad-bc14-e70e1182529a",
                    "last_updated": "2022-12-05T11:57:17.300088-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/4aa638e5-12e6-467a-ac91-ec15feba0fab/?format=api"
                },
                {
                    "id": "5618a3ac-0719-402a-b8c3-ef95ff936675",
                    "gambit_id": "347f895a-595b-4246-b272-82e54b1efd48",
                    "last_updated": "2022-12-05T11:57:17.301326-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/4aa638e5-12e6-467a-ac91-ec15feba0fab/?format=api"
                }
            ]
        }
    ]
}