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/82efab6e-51d6-4af3-9748-1f56aff85f87/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82efab6e-51d6-4af3-9748-1f56aff85f87",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "4b834769-0dc0-48a3-8b89-d753beb36618",
    "completed": false,
    "last_updated": "2022-12-24T17:12:27.457402-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -1.25,
    "sport_category": "COD - Call of Duty League",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/4b834769-0dc0-48a3-8b89-d753beb36618",
    "datetime": "2022-08-04T19:30:00-04:00",
    "cutoff_datetime": "2022-08-04T19:30:00-04:00",
    "name": "Atlanta FaZe v. New York Subliners",
    "bettypes": [
        {
            "id": "449f0f13-d6ce-4f88-a6ab-04350efcf048",
            "match": "https://api-prod.gambitprofit.com/api/matches/82efab6e-51d6-4af3-9748-1f56aff85f87/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Atlanta FaZe",
                        "amount": 5847.0
                    },
                    {
                        "team": "New York Subliners",
                        "amount": 4153.0
                    }
                ],
                "expected_reward_tokens": 8887.42,
                "profit_sb": -112.58,
                "profit_sb_percentage": -1.25,
                "recommended": false
            },
            "lines": [
                {
                    "id": "d31a3b32-60f2-4569-a904-a393e5b6be0c",
                    "gambit_id": "45de01a4-4bd7-438f-936e-581d95a5e2fc",
                    "last_updated": "2022-12-24T17:12:27.461029-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Atlanta FaZe",
                    "reward": "1.52000",
                    "odds": "1.57000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/449f0f13-d6ce-4f88-a6ab-04350efcf048/?format=api"
                },
                {
                    "id": "6b1afae5-6404-4430-91e7-9f786a7db43a",
                    "gambit_id": "7fabf989-70f3-4b2b-b145-87f8e76471b9",
                    "last_updated": "2022-12-24T17:12:27.459945-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New York Subliners",
                    "reward": "2.14000",
                    "odds": "2.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/449f0f13-d6ce-4f88-a6ab-04350efcf048/?format=api"
                }
            ]
        }
    ]
}