GET /api/bet_types/2d45c72a-a50d-4017-b11b-d816dded2b6f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d45c72a-a50d-4017-b11b-d816dded2b6f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5d30d95-8ba9-4864-b752-4a845471f0b6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-12T10:17:04.322226-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": "Pittsburgh Penguins",
                "amount": 5317.0
            },
            {
                "team": "New York Rangers",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "db74b44c-a07a-4188-80c9-54511f356317",
            "gambit_id": "66e1b9f7-1239-482a-bed5-427059c062e3",
            "last_updated": "2023-03-13T19:17:12.295824-04:00",
            "created_at": "2023-03-12T10:17:04.323681-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d45c72a-a50d-4017-b11b-d816dded2b6f/?format=api"
        },
        {
            "id": "f3183d79-12b7-408c-aeb7-c05dabe9b828",
            "gambit_id": "b2ddc078-55d6-45b3-943a-1b4316cef2e0",
            "last_updated": "2023-03-13T19:17:12.298723-04:00",
            "created_at": "2023-03-12T10:17:04.325368-04:00",
            "name": "New York Rangers",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d45c72a-a50d-4017-b11b-d816dded2b6f/?format=api"
        }
    ]
}