GET /api/bet_types/f637529d-eeba-4938-91b5-633333f7bd13/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f637529d-eeba-4938-91b5-633333f7bd13",
    "match": "https://api-prod.gambitprofit.com/api/matches/99d15e26-cc90-42d8-8ad2-6affbe7902c6/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "fa80fb53-21d1-4863-afa7-931e3d94d582",
            "gambit_id": "98f4a750-ee4b-4ec3-b9a9-2f8cb9976f4b",
            "last_updated": "2022-08-28T11:27:24.661649-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f637529d-eeba-4938-91b5-633333f7bd13/?format=api"
        },
        {
            "id": "f0a9c4da-5bce-4fcc-813c-72f20cacda2f",
            "gambit_id": "b3e4b8b8-4127-4754-963c-d7f2620a05a0",
            "last_updated": "2022-08-28T11:27:24.662176-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f637529d-eeba-4938-91b5-633333f7bd13/?format=api"
        }
    ]
}