GET /api/bet_types/4dcfb301-0589-4650-a52c-839f1458103e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4dcfb301-0589-4650-a52c-839f1458103e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ebb9278e-1010-4ef5-aa21-f68ba4c2d614/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-15T09:13:06.496983-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": "New York Islanders",
                "amount": 6805.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3195.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f7fd550-0c90-42cc-a766-87060572ec58",
            "gambit_id": "3da92b77-6b77-48d7-9fbb-9c542ffc1f40",
            "last_updated": "2023-12-18T11:03:04.837630-05:00",
            "created_at": "2023-12-15T09:13:06.522577-05:00",
            "name": "New York Islanders",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dcfb301-0589-4650-a52c-839f1458103e/?format=api"
        },
        {
            "id": "6460c9d2-d67e-4540-b726-65433c5ba652",
            "gambit_id": "bb82b626-ee70-4b70-9cf0-1b29c0286119",
            "last_updated": "2023-12-18T11:03:04.834317-05:00",
            "created_at": "2023-12-15T09:13:06.513758-05:00",
            "name": "Boston Bruins",
            "reward": "2.96000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dcfb301-0589-4650-a52c-839f1458103e/?format=api"
        }
    ]
}