GET /api/bet_types/bdb10ee9-977a-4165-9d18-68294a1d802a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bdb10ee9-977a-4165-9d18-68294a1d802a",
    "match": "https://api-prod.gambitprofit.com/api/matches/0fb614b9-8cb0-4d8b-87b9-c26d32db1e59/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-02T07:42:06.104368-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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b23af473-06cd-494f-9fa8-b4143ac4c2a5",
            "gambit_id": "22c2eb19-5a4b-4fcf-8857-5ace69aeb7a4",
            "last_updated": "2023-03-03T09:52:06.675431-05:00",
            "created_at": "2023-03-02T07:42:06.106763-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdb10ee9-977a-4165-9d18-68294a1d802a/?format=api"
        },
        {
            "id": "d5f97a09-10b2-4ffa-886e-b61eb2a025b1",
            "gambit_id": "1ebabd04-28ad-42e2-9656-e2171e1b9b1f",
            "last_updated": "2023-03-03T09:52:06.674279-05:00",
            "created_at": "2023-03-02T07:42:06.105554-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdb10ee9-977a-4165-9d18-68294a1d802a/?format=api"
        }
    ]
}