GET /api/bet_types/8bf8cedf-7289-46f4-bd02-368f3f5a8e47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8bf8cedf-7289-46f4-bd02-368f3f5a8e47",
    "match": "https://api-prod.gambitprofit.com/api/matches/991bbb58-5d53-49e6-a657-53e0989274db/?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 67.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 67.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e1d04ff6-488d-4655-a39c-4ca6320a5152",
            "gambit_id": "ffadad26-9250-4f46-9193-5fc7057806fa",
            "last_updated": "2022-11-21T09:48:51.060360-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 67.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "67.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bf8cedf-7289-46f4-bd02-368f3f5a8e47/?format=api"
        },
        {
            "id": "19150026-6b15-4d51-b30b-3fadac8662c5",
            "gambit_id": "059167ab-099c-40ee-902c-32b7702355f7",
            "last_updated": "2022-11-21T09:48:51.061549-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 67.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "67.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bf8cedf-7289-46f4-bd02-368f3f5a8e47/?format=api"
        }
    ]
}