GET /api/bet_types/ba0f4bff-25e4-4519-88d5-7c475df10fa0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba0f4bff-25e4-4519-88d5-7c475df10fa0",
    "match": "https://api-prod.gambitprofit.com/api/matches/39307d27-00fa-42fe-a35e-fc265b2f3f41/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 223.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 223.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "69ad588f-69ca-46bf-ab5f-67dbd92ee807",
            "gambit_id": "bea16c67-f2e0-4c1f-995b-396f48ac260b",
            "last_updated": "2022-11-03T09:43:22.379225-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 223.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba0f4bff-25e4-4519-88d5-7c475df10fa0/?format=api"
        },
        {
            "id": "3906f96d-a27b-4dde-a6c6-7dbacf929204",
            "gambit_id": "737036cb-40ac-45ef-9273-dcfce04ccf2e",
            "last_updated": "2022-11-03T09:43:22.378147-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 223.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba0f4bff-25e4-4519-88d5-7c475df10fa0/?format=api"
        }
    ]
}