GET /api/bet_types/59d5e5d5-6054-4e54-85f7-43e70e171e2d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59d5e5d5-6054-4e54-85f7-43e70e171e2d",
    "match": "https://api-prod.gambitprofit.com/api/matches/8fe192a4-b0f1-40a9-9673-f0fac917b809/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-24T09:08:00.701651-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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d8e20d9d-8fb6-4787-8544-7e3f2a102956",
            "gambit_id": "7aa46ca7-9f6c-44ce-bfe3-e7a0fe3d3dc7",
            "last_updated": "2023-11-27T09:58:33.373007-05:00",
            "created_at": "2023-11-24T09:08:00.711866-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59d5e5d5-6054-4e54-85f7-43e70e171e2d/?format=api"
        },
        {
            "id": "d9ab457e-2006-4c62-ae87-0ff9499658cf",
            "gambit_id": "9127c73d-efe9-4253-9169-57c05a0f3195",
            "last_updated": "2023-11-27T09:58:33.369394-05:00",
            "created_at": "2023-11-24T09:08:00.706900-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59d5e5d5-6054-4e54-85f7-43e70e171e2d/?format=api"
        }
    ]
}