GET /api/bet_types/b8977b58-855e-4c18-a38a-88bd55086c82/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8977b58-855e-4c18-a38a-88bd55086c82",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c86c835-00d8-4571-84ef-f6c15ffb3163/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-21T10:17:15.489669-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": 5094.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "38740dfd-9c9e-4f83-a2cf-b0c9db55a94e",
            "gambit_id": "147c1d92-9212-4fd8-ab7b-c6b118f61d5e",
            "last_updated": "2023-05-22T14:42:19.663863-04:00",
            "created_at": "2023-05-21T10:17:15.493830-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/b8977b58-855e-4c18-a38a-88bd55086c82/?format=api"
        },
        {
            "id": "2f70048c-f647-4594-aa56-5e0d309a6207",
            "gambit_id": "dbaf45ca-88ea-48da-8439-0038d3cb987a",
            "last_updated": "2023-05-22T14:42:19.661799-04:00",
            "created_at": "2023-05-21T10:17:15.491944-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8977b58-855e-4c18-a38a-88bd55086c82/?format=api"
        }
    ]
}