GET /api/bet_types/5a3146ea-41b8-40a6-bbcf-99048185c766/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a3146ea-41b8-40a6-bbcf-99048185c766",
    "match": "https://api-prod.gambitprofit.com/api/matches/80f75620-7061-4f53-b81f-3337c3098362/?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 (J Montgomery)",
                "amount": 6005.0
            },
            {
                "team": "CHC (D Smyly)",
                "amount": 3995.0
            }
        ],
        "expected_reward_tokens": 9307.75,
        "profit_sb": 307.75,
        "profit_sb_percentage": 3.42,
        "recommended": true
    },
    "lines": [
        {
            "id": "0a0d6baa-5654-48db-b97a-b143e9eb9786",
            "gambit_id": "5bcb8f82-df13-41e0-89b6-9467e02eddf0",
            "last_updated": "2022-08-23T09:36:58.229806-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (J Montgomery)",
            "reward": "1.55000",
            "odds": "1.61350",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a3146ea-41b8-40a6-bbcf-99048185c766/?format=api"
        },
        {
            "id": "2684ac93-7c27-48c6-874d-a1db0c7d5dbb",
            "gambit_id": "dd5d5a16-4150-4280-9088-7d110e7751bc",
            "last_updated": "2022-08-23T09:36:58.229292-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (D Smyly)",
            "reward": "2.33000",
            "odds": "2.48000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a3146ea-41b8-40a6-bbcf-99048185c766/?format=api"
        }
    ]
}