GET /api/bet_types/b3407bb5-b9db-40d6-87b5-7dd234f1096b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3407bb5-b9db-40d6-87b5-7dd234f1096b",
    "match": "https://api-prod.gambitprofit.com/api/matches/731bc572-1c39-413e-954b-6248fd02dc61/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": "Game Total Under 216",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 216",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "922bea26-40df-402b-8e26-96ab762a5cf4",
            "gambit_id": "4cdc5c09-ea11-4c52-8071-06c141a547f3",
            "last_updated": "2022-12-22T10:42:30.299345-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 216",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "216.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3407bb5-b9db-40d6-87b5-7dd234f1096b/?format=api"
        },
        {
            "id": "09afaf1b-3c44-4af5-a475-687f4abc06bb",
            "gambit_id": "ee0500d0-6a1a-4d65-b7b5-76ea7e95706b",
            "last_updated": "2022-12-22T10:42:30.300751-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 216",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "216.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3407bb5-b9db-40d6-87b5-7dd234f1096b/?format=api"
        }
    ]
}