GET /api/bet_types/d6db5087-8423-4871-92aa-335e4f1b94e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6db5087-8423-4871-92aa-335e4f1b94e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c8d01e9-4995-4803-a7c1-005e3e601f8c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-05T08:52:57.262369-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": "New Jersey Devils",
                "amount": 6812.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3188.0
            }
        ],
        "expected_reward_tokens": 9468.36,
        "profit_sb": -31.64,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "51042178-e355-4d01-95bf-1d69ea81dabd",
            "gambit_id": "3bf0af5e-ce9d-4cea-96cb-027ee06bd8e4",
            "last_updated": "2023-12-06T22:03:03.748149-05:00",
            "created_at": "2023-12-05T08:52:57.265967-05:00",
            "name": "New Jersey Devils",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6db5087-8423-4871-92aa-335e4f1b94e6/?format=api"
        },
        {
            "id": "46da2198-58bb-4d97-a56f-ab3e1fd808e0",
            "gambit_id": "37f7993a-657c-4537-8036-7b1c3c82d835",
            "last_updated": "2023-12-06T22:03:03.751438-05:00",
            "created_at": "2023-12-05T08:52:57.269773-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.97000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6db5087-8423-4871-92aa-335e4f1b94e6/?format=api"
        }
    ]
}