GET /api/bet_types/082e89cf-9517-4824-95e7-70cc41aa8a7f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "082e89cf-9517-4824-95e7-70cc41aa8a7f",
    "match": "https://api-prod.gambitprofit.com/api/matches/1274fd67-db1d-4a53-9a22-4df18d89f489/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-18T09:53:17.663079-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": "Seattle Kraken",
                "amount": 5857.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0d37d85-c259-4d92-9275-4fc76ea63fb4",
            "gambit_id": "75fc1ae7-c7e9-41be-85ae-f7130313666a",
            "last_updated": "2023-12-19T21:03:16.755197-05:00",
            "created_at": "2023-12-18T09:53:17.673719-05:00",
            "name": "Seattle Kraken",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/082e89cf-9517-4824-95e7-70cc41aa8a7f/?format=api"
        },
        {
            "id": "b6a99cac-4463-4769-a5b6-e6d72557ea3d",
            "gambit_id": "51e12e45-19aa-427b-a6f9-6358d9c99a8a",
            "last_updated": "2023-12-19T21:03:16.751750-05:00",
            "created_at": "2023-12-18T09:53:17.670247-05:00",
            "name": "Dallas Stars",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/082e89cf-9517-4824-95e7-70cc41aa8a7f/?format=api"
        }
    ]
}