GET /api/bet_types/fbb8e4e5-6425-4d23-b11f-52b6d06f9130/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fbb8e4e5-6425-4d23-b11f-52b6d06f9130",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1d1e48c-6bee-40ee-9958-236ad0c582fc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-10T08:57:02.879651-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": "Vancouver Canucks",
                "amount": 5867.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "0fdf82c1-43c0-4508-aff9-27f8e82df9a5",
            "gambit_id": "8222332f-c431-4a79-8dff-adafa8eb511d",
            "last_updated": "2023-04-11T13:32:06.526466-04:00",
            "created_at": "2023-04-10T08:57:02.885577-04:00",
            "name": "Vancouver Canucks",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbb8e4e5-6425-4d23-b11f-52b6d06f9130/?format=api"
        },
        {
            "id": "14a9485c-6b34-49da-9df1-2bb2274c937c",
            "gambit_id": "82defd85-f711-4799-9243-0251ffa623d2",
            "last_updated": "2023-04-11T13:32:06.524514-04:00",
            "created_at": "2023-04-10T08:57:02.882590-04:00",
            "name": "Los Angeles Kings",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbb8e4e5-6425-4d23-b11f-52b6d06f9130/?format=api"
        }
    ]
}