GET /api/bet_types/e68766ea-9398-47b1-96d6-2f28512fdd2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e68766ea-9398-47b1-96d6-2f28512fdd2e",
    "match": "https://api-prod.gambitprofit.com/api/matches/09386548-ed3d-44b3-baba-6f1906fae6ac/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-04T10:37:54.361909-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": "Colorado Avalanche",
                "amount": 7024.0
            },
            {
                "team": "Dallas Stars",
                "amount": 2976.0
            }
        ],
        "expected_reward_tokens": 9552.64,
        "profit_sb": 52.64,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "cab4d990-5624-4536-b6e3-2c9c7a08a0c3",
            "gambit_id": "4c1a0146-04e1-4a0b-87c5-b5600263d4ba",
            "last_updated": "2023-03-06T11:47:11.327895-05:00",
            "created_at": "2023-03-04T10:37:54.364418-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.36000",
            "odds": "1.37040",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e68766ea-9398-47b1-96d6-2f28512fdd2e/?format=api"
        },
        {
            "id": "8688200f-9dd1-4b3d-8bb8-2924797cdadd",
            "gambit_id": "54d1d8eb-54f3-4250-a14a-3f772a563e89",
            "last_updated": "2023-03-06T11:47:11.326823-05:00",
            "created_at": "2023-03-04T10:37:54.363114-05:00",
            "name": "Dallas Stars",
            "reward": "3.21000",
            "odds": "3.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e68766ea-9398-47b1-96d6-2f28512fdd2e/?format=api"
        }
    ]
}