GET /api/bet_types/0425c715-efce-4653-afe0-589857292181/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0425c715-efce-4653-afe0-589857292181",
    "match": "https://api-prod.gambitprofit.com/api/matches/7589a294-eec5-43e1-9cad-4119f6ef50bc/?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 218.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 218.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "fab5b4f8-2820-48ee-a992-b07ae54456db",
            "gambit_id": "8e48f3ba-0907-4d79-a9b6-7c52fd05b379",
            "last_updated": "2022-12-16T10:37:02.547563-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 218.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "218.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0425c715-efce-4653-afe0-589857292181/?format=api"
        },
        {
            "id": "a367f6ef-e753-44e5-9313-e41191b036c1",
            "gambit_id": "fab0db0f-a145-4198-a4b5-3d5fae03e847",
            "last_updated": "2022-12-16T10:37:02.548585-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 218.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "218.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0425c715-efce-4653-afe0-589857292181/?format=api"
        }
    ]
}