GET /api/bet_types/1f3dcbe3-6fc3-4d2c-8dc6-0d30d8f09b2d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f3dcbe3-6fc3-4d2c-8dc6-0d30d8f09b2d",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf3ffa06-0d34-46e5-843f-6526a15dbc59/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-09T08:48:13.733108-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": "Detroit Red Wings",
                "amount": 5317.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "b758f458-2059-4910-a420-3f97ce750f8c",
            "gambit_id": "87cd92e4-486d-49b7-8507-e6291dc0d7d0",
            "last_updated": "2023-12-11T11:38:05.985316-05:00",
            "created_at": "2023-12-09T08:48:13.753428-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f3dcbe3-6fc3-4d2c-8dc6-0d30d8f09b2d/?format=api"
        },
        {
            "id": "5c6cdf9d-5da4-4d51-bd47-3646de0b1d52",
            "gambit_id": "df85ee46-e551-4d53-90ce-39c9ee1bc90e",
            "last_updated": "2023-12-11T11:38:05.981552-05:00",
            "created_at": "2023-12-09T08:48:13.736946-05:00",
            "name": "Ottawa Senators",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f3dcbe3-6fc3-4d2c-8dc6-0d30d8f09b2d/?format=api"
        }
    ]
}