GET /api/bet_types/738cd9dd-2cdd-454d-81dd-420029e31b81/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "738cd9dd-2cdd-454d-81dd-420029e31b81",
    "match": "https://api-prod.gambitprofit.com/api/matches/18715d44-9dc3-4678-8f1e-5974f483a101/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-29T16:26:57.684055-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 15.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 15.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "133720a9-9284-4827-baa4-2b2b17d037bb",
            "gambit_id": "b8573175-ff64-4a18-96c5-e5726c8b3f63",
            "last_updated": "2023-04-30T15:32:14.689794-04:00",
            "created_at": "2023-04-29T16:26:57.687621-04:00",
            "name": "Game Total Over 15.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/738cd9dd-2cdd-454d-81dd-420029e31b81/?format=api"
        },
        {
            "id": "cb0da0a4-785e-48d8-a32a-03d7cdad3475",
            "gambit_id": "78f100b4-de4f-4da3-83a1-4403672b4c1c",
            "last_updated": "2023-04-30T15:32:14.688356-04:00",
            "created_at": "2023-04-29T16:26:57.685973-04:00",
            "name": "Game Total Under 15.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/738cd9dd-2cdd-454d-81dd-420029e31b81/?format=api"
        }
    ]
}