GET /api/bet_types/88f36247-223f-412d-9e60-2ce0ba7d8e26/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88f36247-223f-412d-9e60-2ce0ba7d8e26",
    "match": "https://api-prod.gambitprofit.com/api/matches/3bdf81b3-ea4d-44f5-80e0-b84ed8bd1c5a/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-23T09:43:20.059623-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": "Detroit Red Wings",
                "amount": 6390.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "3c3258d9-1a39-425f-8b9f-7555e92af186",
            "gambit_id": "08887e1b-eb9c-49be-aa42-9327ecf60c4e",
            "last_updated": "2024-01-24T22:28:17.795889-05:00",
            "created_at": "2024-01-23T09:43:20.071450-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88f36247-223f-412d-9e60-2ce0ba7d8e26/?format=api"
        },
        {
            "id": "96e7e8b9-dc8e-4757-8cc9-3f644c6049fd",
            "gambit_id": "a80df0f9-1a96-426f-beb8-1f504abcd328",
            "last_updated": "2024-01-24T22:28:17.792643-05:00",
            "created_at": "2024-01-23T09:43:20.065629-05:00",
            "name": "Dallas Stars",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88f36247-223f-412d-9e60-2ce0ba7d8e26/?format=api"
        }
    ]
}