GET /api/bet_types/22696bb5-d709-4422-8c6b-37776fafa33f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22696bb5-d709-4422-8c6b-37776fafa33f",
    "match": "https://api-prod.gambitprofit.com/api/matches/42a8035b-b90c-4495-b879-4e5a751fc49e/?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 55.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 55.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "df44bd92-1f61-4760-8304-cb62498544f5",
            "gambit_id": "92593b90-0adb-4a5f-a081-794a870264ae",
            "last_updated": "2022-10-11T10:42:28.185618-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 55.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "55.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22696bb5-d709-4422-8c6b-37776fafa33f/?format=api"
        },
        {
            "id": "edc6a471-f870-4b58-9432-bb4399600f19",
            "gambit_id": "5edc9485-4365-40fc-b29e-08a1cb6bfc53",
            "last_updated": "2022-10-11T10:42:28.186605-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 55.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "55.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22696bb5-d709-4422-8c6b-37776fafa33f/?format=api"
        }
    ]
}