GET /api/bet_types/0c154b10-9070-4fe1-a341-9a2d26b816fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c154b10-9070-4fe1-a341-9a2d26b816fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd5817da-5084-4626-800a-a55a909aa848/?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 Under 9.5",
                "amount": 5096.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "134a8e1b-2005-4a7e-b19b-2b9ae8a60cab",
            "gambit_id": "e69dc6c1-caf6-4d22-99a0-8455c534d1dc",
            "last_updated": "2022-09-01T10:41:59.902274-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9.5",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c154b10-9070-4fe1-a341-9a2d26b816fa/?format=api"
        },
        {
            "id": "978e6bfe-ae53-41d5-882f-e1e418219e58",
            "gambit_id": "efc0a95d-9bd0-44d6-8ac3-87ffad8ef6bb",
            "last_updated": "2022-09-01T10:41:59.902797-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9.5",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c154b10-9070-4fe1-a341-9a2d26b816fa/?format=api"
        }
    ]
}