GET /api/bet_types/2568d867-a0f0-4c51-b57c-1cef2c9cc3e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2568d867-a0f0-4c51-b57c-1cef2c9cc3e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/86b2dd63-ff93-41e5-8a7d-df2f76d447d2/?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": 5313.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4687.0
            }
        ],
        "expected_reward_tokens": 9138.36,
        "profit_sb": 138.36,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "ea1eb18a-e4de-4a80-8b13-0dbc75b92b2f",
            "gambit_id": "de0ff06a-e5c4-4ea8-88ab-118c97de5121",
            "last_updated": "2022-08-20T12:07:02.751113-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2568d867-a0f0-4c51-b57c-1cef2c9cc3e2/?format=api"
        },
        {
            "id": "2cce5c50-9b50-4898-9085-cb04f0a1f96f",
            "gambit_id": "7e1b8b3d-a44f-4b13-9c37-7bddd956d1ca",
            "last_updated": "2022-08-20T12:07:02.751633-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.95000",
            "odds": "2.05000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2568d867-a0f0-4c51-b57c-1cef2c9cc3e2/?format=api"
        }
    ]
}