GET /api/bet_types/e646e3b1-ab42-4b82-92a0-daa139f61ed1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e646e3b1-ab42-4b82-92a0-daa139f61ed1",
    "match": "https://api-prod.gambitprofit.com/api/matches/da664bca-34f1-4019-843e-16d5ab6cbf63/?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 Over 6.5",
                "amount": 5224.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4776.0
            }
        ],
        "expected_reward_tokens": 9455.44,
        "profit_sb": -44.56,
        "profit_sb_percentage": -0.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "8f374af8-29ed-4b51-817f-7f231068691b",
            "gambit_id": "57f95008-536e-45c7-ae50-0be7b0c0e4c3",
            "last_updated": "2022-10-14T09:57:04.289850-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e646e3b1-ab42-4b82-92a0-daa139f61ed1/?format=api"
        },
        {
            "id": "c97dabf3-2ef0-46c5-a7cc-57054426bb28",
            "gambit_id": "672ae23b-f1ee-41bc-bbab-5fcbb4b28188",
            "last_updated": "2022-10-14T09:57:04.288529-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e646e3b1-ab42-4b82-92a0-daa139f61ed1/?format=api"
        }
    ]
}