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/99ce3547-2b37-4221-9f77-ad2de9719a6b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99ce3547-2b37-4221-9f77-ad2de9719a6b",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "7093cd57-46ad-43ec-a32d-0b1aa80585bc",
    "completed": true,
    "last_updated": "2022-08-24T10:32:18.872584-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.31,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/7093cd57-46ad-43ec-a32d-0b1aa80585bc",
    "datetime": "2022-08-23T14:20:00-04:00",
    "cutoff_datetime": "2022-08-23T14:20:00-04:00",
    "name": "STL (A Wainwright) v. CHC (J Assad) - Game 1",
    "bettypes": [
        {
            "id": "49f20b2e-bfff-4258-b650-859fe60bd495",
            "match": "https://api-prod.gambitprofit.com/api/matches/99ce3547-2b37-4221-9f77-ad2de9719a6b/?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": "STL (A Wainwright)",
                        "amount": 6325.0
                    },
                    {
                        "team": "CHC (J Assad)",
                        "amount": 3675.0
                    }
                ],
                "expected_reward_tokens": 9297.75,
                "profit_sb": 297.75,
                "profit_sb_percentage": 3.31,
                "recommended": true
            },
            "lines": [
                {
                    "id": "3f9860f9-b9f8-4f7a-ad40-1f3445160ec4",
                    "gambit_id": "e879be9a-6fc5-441b-87d5-d8a155262f41",
                    "last_updated": "2022-08-24T10:32:18.875193-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "STL (A Wainwright)",
                    "reward": "1.47000",
                    "odds": "1.52630",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49f20b2e-bfff-4258-b650-859fe60bd495/?format=api"
                },
                {
                    "id": "23ad1c61-fa6f-4414-bc7a-3eca4488846d",
                    "gambit_id": "37ce3f7d-4b4b-4bea-8dc1-83008adbbc3e",
                    "last_updated": "2022-08-24T10:32:18.875645-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "CHC (J Assad)",
                    "reward": "2.53000",
                    "odds": "2.70000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49f20b2e-bfff-4258-b650-859fe60bd495/?format=api"
                }
            ]
        }
    ]
}