GET /api/bet_types/6d2a9a87-2a0f-4ab2-9906-a6b211d2876a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d2a9a87-2a0f-4ab2-9906-a6b211d2876a",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2d091ed-b055-4af1-a6a3-d548cbc4a3e2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-14T09:13:04.208202-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 Over 240.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 240.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "eaf366e2-c6c7-4876-901d-940e75a57318",
            "gambit_id": "48f40700-daac-4d84-8c16-3e93c758d330",
            "last_updated": "2023-11-15T22:48:00.721336-05:00",
            "created_at": "2023-11-14T09:13:04.212020-05:00",
            "name": "Game Total Over 240.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d2a9a87-2a0f-4ab2-9906-a6b211d2876a/?format=api"
        },
        {
            "id": "f175599d-63db-41e8-b362-168c9a06ea83",
            "gambit_id": "24d77b4d-63ac-43f2-9083-307b66dbfb37",
            "last_updated": "2023-11-15T22:48:00.724857-05:00",
            "created_at": "2023-11-14T09:13:04.220846-05:00",
            "name": "Game Total Under 240.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d2a9a87-2a0f-4ab2-9906-a6b211d2876a/?format=api"
        }
    ]
}