GET /api/bet_types/50bdcaff-4736-43f3-ab95-d028ad691dce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50bdcaff-4736-43f3-ab95-d028ad691dce",
    "match": "https://api-prod.gambitprofit.com/api/matches/66d9756c-a191-46eb-8717-c0fd627347c5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-20T10:03:18.429090-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": "Detroit Red Wings",
                "amount": 6232.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "4bf9c5b1-5b68-4468-b28d-2f11a04da245",
            "gambit_id": "5d3097b9-b900-4d82-a1f3-3de2a810d3cd",
            "last_updated": "2023-12-23T14:33:11.550209-05:00",
            "created_at": "2023-12-20T10:03:18.432552-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50bdcaff-4736-43f3-ab95-d028ad691dce/?format=api"
        },
        {
            "id": "44543139-61f9-4ebc-ad39-4a48e93c0b8b",
            "gambit_id": "607d5706-bae7-44b9-9261-9ff702f7d228",
            "last_updated": "2023-12-23T14:33:11.559225-05:00",
            "created_at": "2023-12-20T10:03:18.436476-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50bdcaff-4736-43f3-ab95-d028ad691dce/?format=api"
        }
    ]
}