GET /api/bet_types/bdc146cb-2655-491b-bf4c-455bf4f310fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bdc146cb-2655-491b-bf4c-455bf4f310fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/48ba722c-fbe7-480f-8e8c-5c7032ba180b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-27T09:07:58.913134-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 6",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "057db250-9085-446c-b76f-80ffef7f0d59",
            "gambit_id": "b9c7eff4-c8d7-40e0-9c09-efba8a9c8e05",
            "last_updated": "2023-10-30T14:58:09.727112-04:00",
            "created_at": "2023-10-27T09:07:58.917689-04:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdc146cb-2655-491b-bf4c-455bf4f310fd/?format=api"
        },
        {
            "id": "df00abf5-5341-4de9-a624-bf0cd2e14e3e",
            "gambit_id": "fd384948-732f-400a-b375-775126850537",
            "last_updated": "2023-10-30T14:58:09.723545-04:00",
            "created_at": "2023-10-27T09:07:58.923281-04:00",
            "name": "Game Total Under 6",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdc146cb-2655-491b-bf4c-455bf4f310fd/?format=api"
        }
    ]
}