GET /api/bet_types/393313b2-b76c-44fd-bf95-9491d34e55f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "393313b2-b76c-44fd-bf95-9491d34e55f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f796b97-612d-43ca-af81-545e5cd7ab53/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-25T09:18:02.050332-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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a36e94d6-ab38-43df-bed7-79d48ca24874",
            "gambit_id": "c91d3795-1519-4a20-b2df-69cfc7af365e",
            "last_updated": "2023-11-27T10:23:23.939128-05:00",
            "created_at": "2023-11-25T09:18:02.054272-05:00",
            "name": "Game Total Over 227.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/393313b2-b76c-44fd-bf95-9491d34e55f8/?format=api"
        },
        {
            "id": "45da2680-6b35-47a5-a1a6-3b587360ee90",
            "gambit_id": "afeac424-f1c9-4901-abba-053143660a86",
            "last_updated": "2023-11-27T10:23:23.947844-05:00",
            "created_at": "2023-11-25T09:18:02.059120-05:00",
            "name": "Game Total Under 227.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/393313b2-b76c-44fd-bf95-9491d34e55f8/?format=api"
        }
    ]
}