GET /api/bet_types/8ee52ac5-0fe5-47a7-9d62-ae5e8bc7818e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ee52ac5-0fe5-47a7-9d62-ae5e8bc7818e",
    "match": "https://api-prod.gambitprofit.com/api/matches/efa7f2f4-b113-4cfb-9dac-46440a9cf4e7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-26T13:37:00.927770-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 Under 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "007c8ebd-c7e0-45ef-9c81-b2566a803eea",
            "gambit_id": "eae59c65-f953-484f-8423-a8fa3b1f6eac",
            "last_updated": "2023-03-28T11:21:59.258370-04:00",
            "created_at": "2023-03-26T13:37:00.930460-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ee52ac5-0fe5-47a7-9d62-ae5e8bc7818e/?format=api"
        },
        {
            "id": "2001040a-13ae-46bd-a7eb-63da1e959b15",
            "gambit_id": "8b97d471-7925-4ab6-adfc-d85ca5bc0fe5",
            "last_updated": "2023-03-28T11:21:59.260547-04:00",
            "created_at": "2023-03-26T13:37:00.933017-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ee52ac5-0fe5-47a7-9d62-ae5e8bc7818e/?format=api"
        }
    ]
}