GET /api/bet_types/953a5f57-1f57-4b38-936b-a8d92030f1b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "953a5f57-1f57-4b38-936b-a8d92030f1b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d939a7e-3720-4b31-9413-0eda15614141/?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 230.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 230.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "abd13f88-b2fe-4edf-95cd-cf3e0e594af0",
            "gambit_id": "873670c3-b58a-417d-a456-29b2dfed891e",
            "last_updated": "2022-11-17T11:07:58.613856-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 230.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/953a5f57-1f57-4b38-936b-a8d92030f1b6/?format=api"
        },
        {
            "id": "f50b5ba6-4242-4f4e-bdb8-cf78f41b9c5e",
            "gambit_id": "b80c1efb-3738-4253-a17a-5a1f49d8814e",
            "last_updated": "2022-11-17T11:07:58.614941-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 230.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/953a5f57-1f57-4b38-936b-a8d92030f1b6/?format=api"
        }
    ]
}