GET /api/bet_types/a827184f-9fa2-4ac5-bb90-bf8c32da632d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a827184f-9fa2-4ac5-bb90-bf8c32da632d",
    "match": "https://api-prod.gambitprofit.com/api/matches/a8850e17-4f38-40ed-a2a6-8bdf9e12c57e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-25T09:13:13.256860-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 Under 46.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 46.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "b038d9de-3dad-4895-82f9-26a28eaadcb4",
            "gambit_id": "3a9a4071-2e22-4ebe-9932-3c566921bbfc",
            "last_updated": "2023-10-30T15:43:27.463586-04:00",
            "created_at": "2023-10-25T09:13:13.265280-04:00",
            "name": "Game Total Under 46.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a827184f-9fa2-4ac5-bb90-bf8c32da632d/?format=api"
        },
        {
            "id": "99638206-3ddd-4f43-90bc-f6938c7c940d",
            "gambit_id": "0103f122-7d65-46ce-9cb2-6e06d1ce327d",
            "last_updated": "2023-10-30T15:43:27.459919-04:00",
            "created_at": "2023-10-25T09:13:13.260164-04:00",
            "name": "Game Total Over 46.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a827184f-9fa2-4ac5-bb90-bf8c32da632d/?format=api"
        }
    ]
}