GET /api/bet_types/4be1ddd5-13a9-4410-9767-50ec36864a6b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4be1ddd5-13a9-4410-9767-50ec36864a6b",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f9826c6-d87c-4330-aae4-76f6caedabcf/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-25T13:28:13.490477-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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3bc951f8-c595-45a5-87b9-1ed0a5c38699",
            "gambit_id": "90d543fc-34f1-4377-98ea-904171f9e08a",
            "last_updated": "2024-01-26T20:53:22.979666-05:00",
            "created_at": "2024-01-25T13:28:13.506842-05:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4be1ddd5-13a9-4410-9767-50ec36864a6b/?format=api"
        },
        {
            "id": "abb7414d-dccb-4fa0-82e5-898cdab60119",
            "gambit_id": "cff98071-fc48-4934-822c-b48c07d659f6",
            "last_updated": "2024-01-26T20:53:22.976362-05:00",
            "created_at": "2024-01-25T13:28:13.497931-05:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4be1ddd5-13a9-4410-9767-50ec36864a6b/?format=api"
        }
    ]
}