GET /api/bet_types/a8d776a4-78a2-4856-9bd7-f4f68a128df2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8d776a4-78a2-4856-9bd7-f4f68a128df2",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd15ec05-d12b-46fd-95ad-9f630344e8d6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-18T17:53:22.457974-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 2.5",
                "amount": 6263.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3737.0
            }
        ],
        "expected_reward_tokens": 9267.76,
        "profit_sb": -232.24,
        "profit_sb_percentage": -2.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "97b317ca-6dd1-4cd5-a1c2-fd049b52db8d",
            "gambit_id": "2f784efc-9664-48e1-9498-9a65a2f5e8af",
            "last_updated": "2023-08-22T09:37:58.449012-04:00",
            "created_at": "2023-08-18T17:53:22.462125-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8d776a4-78a2-4856-9bd7-f4f68a128df2/?format=api"
        },
        {
            "id": "3d51dcec-0064-49ff-b1d0-e1c6c40ed6db",
            "gambit_id": "c0a6cd76-e51b-486c-9e6d-b336541f4263",
            "last_updated": "2023-08-22T09:37:58.452351-04:00",
            "created_at": "2023-08-18T17:53:22.466541-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8d776a4-78a2-4856-9bd7-f4f68a128df2/?format=api"
        }
    ]
}