GET /api/bet_types/17755b14-7ae1-45b8-a115-b1581e50db1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "17755b14-7ae1-45b8-a115-b1581e50db1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ece7119-d2a4-4bea-a73f-26cfb2f11e7e/?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 8",
                "amount": 5110.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9044.7,
        "profit_sb": 44.7,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "2d588584-3a98-4996-b6ad-89841b27623d",
            "gambit_id": "5e6a7ae6-d7ea-4da7-8053-74bb4af92998",
            "last_updated": "2022-09-10T21:57:23.458292-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17755b14-7ae1-45b8-a115-b1581e50db1f/?format=api"
        },
        {
            "id": "46ef59f5-29d4-4bdd-874d-0bab27da6493",
            "gambit_id": "229345f6-5021-4ca8-adb2-416eb0969d33",
            "last_updated": "2022-09-10T21:57:23.459468-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17755b14-7ae1-45b8-a115-b1581e50db1f/?format=api"
        }
    ]
}