GET /api/bet_types/d8899c11-5c63-47f9-aec9-733219eee265/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8899c11-5c63-47f9-aec9-733219eee265",
    "match": "https://api-prod.gambitprofit.com/api/matches/9ec7fed4-17c9-4be5-949d-243fdde5c67f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-28T10:07:00.256552-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.5",
                "amount": 5421.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b80dae3-1608-45f4-bbca-d657d650498a",
            "gambit_id": "40652bb5-d4e6-4936-8ae6-71e75565b6e9",
            "last_updated": "2023-03-29T13:31:54.393959-04:00",
            "created_at": "2023-03-28T10:07:00.261087-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8899c11-5c63-47f9-aec9-733219eee265/?format=api"
        },
        {
            "id": "53d725b1-4a1b-4ae6-91f5-9a3a5337c021",
            "gambit_id": "53d756ab-f223-43b0-94e3-487eeedee91e",
            "last_updated": "2023-03-29T13:31:54.391438-04:00",
            "created_at": "2023-03-28T10:07:00.258840-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8899c11-5c63-47f9-aec9-733219eee265/?format=api"
        }
    ]
}