GET /api/bet_types/2d462d35-61d4-4ca5-8247-cfacdd3d0b9b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d462d35-61d4-4ca5-8247-cfacdd3d0b9b",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d514733-2ecf-4bf9-b058-d73b5c89abfb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-04T09:32:14.138955-04: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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "95439ccb-3303-49e7-a63e-312c2fc43e0f",
            "gambit_id": "51ee911d-ae46-45b1-a390-314194c135ba",
            "last_updated": "2023-04-05T10:17:15.890303-04:00",
            "created_at": "2023-04-04T09:32:14.143183-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d462d35-61d4-4ca5-8247-cfacdd3d0b9b/?format=api"
        },
        {
            "id": "06dd433e-0890-4599-8811-54952fabcf91",
            "gambit_id": "e7689355-4913-40b2-b60b-80dd5c483bd5",
            "last_updated": "2023-04-05T10:17:15.888555-04:00",
            "created_at": "2023-04-04T09:32:14.140758-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d462d35-61d4-4ca5-8247-cfacdd3d0b9b/?format=api"
        }
    ]
}