GET /api/bet_types/12edaf51-b3d8-432a-b590-a54775907133/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12edaf51-b3d8-432a-b590-a54775907133",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e36fe1e-380a-49e3-a6ec-3e1c0c41d4ea/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-20T11:42:14.144422-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 Under 11",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 11",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0a5b03f-3fdf-4eea-9a22-bfe99f53b9d2",
            "gambit_id": "5ffa2ccd-3105-4225-8f06-16875794fc07",
            "last_updated": "2023-04-27T19:37:16.423892-04:00",
            "created_at": "2023-04-20T11:42:14.146876-04:00",
            "name": "Game Total Under 11",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12edaf51-b3d8-432a-b590-a54775907133/?format=api"
        },
        {
            "id": "20d89588-2d4e-425e-8a0a-4258ae9bd2ae",
            "gambit_id": "285d2119-c488-4845-882a-edcb6a7bcc90",
            "last_updated": "2023-04-27T19:37:16.426432-04:00",
            "created_at": "2023-04-20T11:42:14.149318-04:00",
            "name": "Game Total Over 11",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12edaf51-b3d8-432a-b590-a54775907133/?format=api"
        }
    ]
}