GET /api/bet_types/7b38b04d-55c5-417e-ac17-ac5c7df91fc1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b38b04d-55c5-417e-ac17-ac5c7df91fc1",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce45ef20-875b-4589-91b2-8ab59c57fb83/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-27T10:47:04.882933-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 2.5",
                "amount": 6047.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9250.02,
        "profit_sb": -249.98,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "7a1bfa3f-2e66-457a-98d8-bf7cbefd2700",
            "gambit_id": "f7380f49-b817-4075-8523-e9936cbaf31a",
            "last_updated": "2023-05-29T11:47:21.589111-04:00",
            "created_at": "2023-05-27T10:47:04.890311-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.53000",
            "odds": "1.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b38b04d-55c5-417e-ac17-ac5c7df91fc1/?format=api"
        },
        {
            "id": "5aa64952-65f3-4475-bdfc-4d595081b56e",
            "gambit_id": "714b9339-ebed-486f-af40-7405d580cca2",
            "last_updated": "2023-05-29T11:47:21.586231-04:00",
            "created_at": "2023-05-27T10:47:04.885909-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b38b04d-55c5-417e-ac17-ac5c7df91fc1/?format=api"
        }
    ]
}