GET /api/bet_types/c983d017-6647-477e-91b5-120fe380e0ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c983d017-6647-477e-91b5-120fe380e0ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/73da59f9-b33c-4d1d-b6fe-a1025220a9b9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-14T09:12:20.198110-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": "Tampa Bay Lightning",
                "amount": 5106.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "6a631f6d-9b16-4745-a882-5725041c595d",
            "gambit_id": "86b4ff82-50ea-45ba-8c51-161eae724d4d",
            "last_updated": "2023-02-15T10:57:07.358985-05:00",
            "created_at": "2023-02-14T09:12:20.200900-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c983d017-6647-477e-91b5-120fe380e0ae/?format=api"
        },
        {
            "id": "7143f647-52f3-4376-87c7-0e7a61e1b941",
            "gambit_id": "e81aa78e-4a86-4c0a-86ad-e54007de7fb9",
            "last_updated": "2023-02-15T10:57:07.357796-05:00",
            "created_at": "2023-02-14T09:12:20.199514-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c983d017-6647-477e-91b5-120fe380e0ae/?format=api"
        }
    ]
}