GET /api/bet_types/1d8b7f36-6dcd-4c7f-bda0-bdf9794ed1b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d8b7f36-6dcd-4c7f-bda0-bdf9794ed1b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/56e19679-0a63-4dea-b3d5-1bc137c01793/?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 Over 2.5",
                "amount": 6132.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3868.0
            }
        ],
        "expected_reward_tokens": 9320.64,
        "profit_sb": -179.36,
        "profit_sb_percentage": -1.89,
        "recommended": false
    },
    "lines": [
        {
            "id": "5dad0247-1745-4cba-9d42-7cfb16d95cb1",
            "gambit_id": "42a9cd34-51ac-4deb-88dc-b4f967154cf5",
            "last_updated": "2022-10-26T10:12:16.406582-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.52000",
            "odds": "1.53000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d8b7f36-6dcd-4c7f-bda0-bdf9794ed1b1/?format=api"
        },
        {
            "id": "e597ef6a-304d-46bc-950c-d8d8f8e7c3b4",
            "gambit_id": "fd8250af-eec9-4a45-88e6-45ef0dbfca4e",
            "last_updated": "2022-10-26T10:12:16.405594-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d8b7f36-6dcd-4c7f-bda0-bdf9794ed1b1/?format=api"
        }
    ]
}