GET /api/bet_types/74694af6-f854-45b5-b017-d666b5668f1c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74694af6-f854-45b5-b017-d666b5668f1c",
    "match": "https://api-prod.gambitprofit.com/api/matches/f3befcc3-9895-43cb-b45e-e64fbe0bbe0b/?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 7.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "b4382ad8-2052-42f9-b0ee-de3907f192f6",
            "gambit_id": "d0cf83d8-7ac3-4005-a17d-4a304475e9ae",
            "last_updated": "2022-09-20T16:07:12.992115-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74694af6-f854-45b5-b017-d666b5668f1c/?format=api"
        },
        {
            "id": "d976e5cc-c7a6-4765-b9f9-bc8bb2b590ee",
            "gambit_id": "a3c749be-d8fa-4dbb-a080-55f5c076c279",
            "last_updated": "2022-09-20T16:07:12.993257-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74694af6-f854-45b5-b017-d666b5668f1c/?format=api"
        }
    ]
}