GET /api/bet_types/14a1af7a-eda0-4f9f-9217-8fd03592f84a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14a1af7a-eda0-4f9f-9217-8fd03592f84a",
    "match": "https://api-prod.gambitprofit.com/api/matches/06eba05f-e785-43ac-93aa-a468029900ee/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-16T09:03:05.064496-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": "Dallas Stars",
                "amount": 5512.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe0cdfbd-45b6-4d66-852e-149cf24f2abb",
            "gambit_id": "b57cb6e6-c380-48ae-8a9f-4d26229296a2",
            "last_updated": "2024-01-19T11:48:28.555600-05:00",
            "created_at": "2024-01-16T09:03:05.074601-05:00",
            "name": "Dallas Stars",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14a1af7a-eda0-4f9f-9217-8fd03592f84a/?format=api"
        },
        {
            "id": "9aeb835b-4a07-4971-9183-718e2199ebc1",
            "gambit_id": "3768d947-16c3-49f8-b9b2-691ef43488a7",
            "last_updated": "2024-01-19T11:48:28.551705-05:00",
            "created_at": "2024-01-16T09:03:05.069385-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14a1af7a-eda0-4f9f-9217-8fd03592f84a/?format=api"
        }
    ]
}