GET /api/bet_types/4f8f1c28-7b63-40c9-b0c9-9e98fd70ca75/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f8f1c28-7b63-40c9-b0c9-9e98fd70ca75",
    "match": "https://api-prod.gambitprofit.com/api/matches/2bd934a2-e2a8-4b37-8005-ba0cfb1cb833/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-28T09:58:20.831136-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 Over 237",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 237",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "809bdb91-4070-4180-90f7-d50664a07a24",
            "gambit_id": "bcfdb112-bd1e-4e83-8ca1-fe3660b8d63d",
            "last_updated": "2024-01-29T22:23:13.482288-05:00",
            "created_at": "2024-01-28T09:58:20.835936-05:00",
            "name": "Game Total Over 237",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f8f1c28-7b63-40c9-b0c9-9e98fd70ca75/?format=api"
        },
        {
            "id": "eac1cb94-029d-4c5a-b2f2-3a4c6db55fb5",
            "gambit_id": "59c3c58f-f6a3-4e6a-91b0-20bb11883ae6",
            "last_updated": "2024-01-29T22:23:13.485639-05:00",
            "created_at": "2024-01-28T09:58:20.846952-05:00",
            "name": "Game Total Under 237",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f8f1c28-7b63-40c9-b0c9-9e98fd70ca75/?format=api"
        }
    ]
}