GET /api/bet_types/df1b152b-dfbb-4d98-aec2-c0c7291f1b9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df1b152b-dfbb-4d98-aec2-c0c7291f1b9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ec52b0c-0637-4fc7-bb21-2d4a00f1841d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-11T09:07:57.805615-04: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": "Los Angeles Kings",
                "amount": 6744.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3256.0
            }
        ],
        "expected_reward_tokens": 9441.6,
        "profit_sb": -58.4,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "722ada42-d574-4fde-a763-9ace19d05188",
            "gambit_id": "62ae60c4-28fc-4e63-9bab-2be719e3691f",
            "last_updated": "2023-10-12T11:28:03.887547-04:00",
            "created_at": "2023-10-11T09:07:57.829447-04:00",
            "name": "Los Angeles Kings",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df1b152b-dfbb-4d98-aec2-c0c7291f1b9d/?format=api"
        },
        {
            "id": "8df3bcca-1c15-49e1-8e7f-715a514f546e",
            "gambit_id": "6987429d-88f5-43ec-80a6-19d693651707",
            "last_updated": "2023-10-12T11:28:03.883568-04:00",
            "created_at": "2023-10-11T09:07:57.818784-04:00",
            "name": "Colorado Avalanche",
            "reward": "2.90000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df1b152b-dfbb-4d98-aec2-c0c7291f1b9d/?format=api"
        }
    ]
}