GET /api/bet_types/d0daf4ed-5093-47a5-8ad2-85f9eb9d5f25/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0daf4ed-5093-47a5-8ad2-85f9eb9d5f25",
    "match": "https://api-prod.gambitprofit.com/api/matches/23e02463-e508-47fa-8e45-9b8136ee37f4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:08:17.012714-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": "Philadelphia Flyers",
                "amount": 6390.0
            },
            {
                "team": "New York Islanders",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "1ab4aa9e-7772-40d5-bed4-8ca55d54e370",
            "gambit_id": "6d4e0585-ee79-4ce4-84bf-44a8fb6de446",
            "last_updated": "2023-11-23T17:48:27.112292-05:00",
            "created_at": "2023-11-22T09:08:17.017003-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0daf4ed-5093-47a5-8ad2-85f9eb9d5f25/?format=api"
        },
        {
            "id": "02889e31-ea5f-48be-bd80-302fecea1cab",
            "gambit_id": "39f76587-1afc-4ea3-a09a-b3e422625082",
            "last_updated": "2023-11-23T17:48:27.115704-05:00",
            "created_at": "2023-11-22T09:08:17.020696-05:00",
            "name": "New York Islanders",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0daf4ed-5093-47a5-8ad2-85f9eb9d5f25/?format=api"
        }
    ]
}