GET /api/bet_types/382f5a1b-412c-467b-8d20-0c8d1ac2e8d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "382f5a1b-412c-467b-8d20-0c8d1ac2e8d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e53fb8c-c4fd-46bb-a293-801ed14bb41c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-03T12:12:09.828268-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 Under 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa1bc550-8c27-408c-bdfb-add2bc3c3a4b",
            "gambit_id": "a0c5208d-21b5-4507-ad1b-a87f93896870",
            "last_updated": "2023-05-04T10:52:15.950809-04:00",
            "created_at": "2023-05-03T12:12:09.829869-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/382f5a1b-412c-467b-8d20-0c8d1ac2e8d5/?format=api"
        },
        {
            "id": "6aff0699-ca64-450c-ac54-f419d985921a",
            "gambit_id": "5d320f88-ec1d-433d-b595-c1b26cd6bbc3",
            "last_updated": "2023-05-04T10:52:15.951992-04:00",
            "created_at": "2023-05-03T12:12:09.831557-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/382f5a1b-412c-467b-8d20-0c8d1ac2e8d5/?format=api"
        }
    ]
}