GET /api/bet_types/2f4e0cce-fba5-432d-9022-699fca09ebe2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f4e0cce-fba5-432d-9022-699fca09ebe2",
    "match": "https://api-prod.gambitprofit.com/api/matches/6cc2d075-b0a4-4a1f-8ef1-b3633d0c57ad/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-12T10:17:05.042175-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": "New Jersey Devils",
                "amount": 5107.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "74984124-bf77-4d7c-bdf8-eb4d8d19a1d3",
            "gambit_id": "e7f9fb53-8c51-4e79-843a-fe49b9fc8bb7",
            "last_updated": "2023-03-13T19:12:10.782381-04:00",
            "created_at": "2023-03-12T10:17:05.043537-04:00",
            "name": "New Jersey Devils",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f4e0cce-fba5-432d-9022-699fca09ebe2/?format=api"
        },
        {
            "id": "a8f4f9d1-1b94-4638-9e1f-e605091533b3",
            "gambit_id": "0c85d1e8-8cd9-4eb5-8b1a-5bda60a994d1",
            "last_updated": "2023-03-13T19:12:10.783638-04:00",
            "created_at": "2023-03-12T10:17:05.045028-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f4e0cce-fba5-432d-9022-699fca09ebe2/?format=api"
        }
    ]
}