GET /api/bet_types/5b92eb2c-fe8b-406e-8f59-e38b318464f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b92eb2c-fe8b-406e-8f59-e38b318464f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/852d94e1-82c6-4107-ae8a-d28bbd595133/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-18T08:53:08.677981-04: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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "76421913-cf9d-48a9-a588-a7bbad656a0d",
            "gambit_id": "d225e78a-8c7d-41c8-bd40-4be299a8fc07",
            "last_updated": "2023-07-20T09:58:27.428636-04:00",
            "created_at": "2023-07-18T08:53:08.679603-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b92eb2c-fe8b-406e-8f59-e38b318464f2/?format=api"
        },
        {
            "id": "4124647d-feff-4891-8b2f-038b4e49101a",
            "gambit_id": "b916e0a8-a879-4f00-b023-278634f0d191",
            "last_updated": "2023-07-20T09:58:27.430775-04:00",
            "created_at": "2023-07-18T08:53:08.681676-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b92eb2c-fe8b-406e-8f59-e38b318464f2/?format=api"
        }
    ]
}