GET /api/bet_types/21ed3539-ffab-43fe-82ee-98413e6306d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21ed3539-ffab-43fe-82ee-98413e6306d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/3055730b-741f-44d2-9394-b39ae2fe11e8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-11T09:38:25.588377-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",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "08d423da-3869-4c7b-a52a-91dc2f8fe1fc",
            "gambit_id": "93a81812-f799-4ec3-8824-175c19d6923f",
            "last_updated": "2023-08-12T11:33:02.540313-04:00",
            "created_at": "2023-08-11T09:38:25.598317-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21ed3539-ffab-43fe-82ee-98413e6306d7/?format=api"
        },
        {
            "id": "957e68df-7291-406f-b249-77db0a76de47",
            "gambit_id": "a9c3250d-7414-4934-a3fa-853a573e18d1",
            "last_updated": "2023-08-12T11:33:02.543711-04:00",
            "created_at": "2023-08-11T09:38:25.609401-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21ed3539-ffab-43fe-82ee-98413e6306d7/?format=api"
        }
    ]
}