GET /api/bet_types/be084067-5fe9-441c-846d-e9f3ab7f9a4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be084067-5fe9-441c-846d-e9f3ab7f9a4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1a44c46-8c3f-429c-a5a6-b58319d1e805/?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 226",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 226",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c11a89c7-8618-4f8a-98b3-447442c2556d",
            "gambit_id": "e560f2f5-dd22-4d36-8353-93b4daeb7521",
            "last_updated": "2022-11-28T13:52:13.842277-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 226",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be084067-5fe9-441c-846d-e9f3ab7f9a4c/?format=api"
        },
        {
            "id": "d3690eb7-3c2d-4a38-bc17-9f018b74d35c",
            "gambit_id": "7bacfdb7-01ec-439c-839e-3244b3c2f707",
            "last_updated": "2022-11-28T13:52:13.840866-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 226",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be084067-5fe9-441c-846d-e9f3ab7f9a4c/?format=api"
        }
    ]
}