GET /api/bet_types/cec40c6e-6507-4509-814b-22ec74991545/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cec40c6e-6507-4509-814b-22ec74991545",
    "match": "https://api-prod.gambitprofit.com/api/matches/b14f08e1-f1e1-4456-8abb-013ab2a49c2b/?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 2.5",
                "amount": 5387.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4613.0
            }
        ],
        "expected_reward_tokens": 8672.44,
        "profit_sb": -327.56,
        "profit_sb_percentage": -3.64,
        "recommended": false
    },
    "lines": [
        {
            "id": "02497133-9209-4684-9d6b-9649034e48eb",
            "gambit_id": "1bc6bd0f-f40b-4d7f-9813-66e003eb8824",
            "last_updated": "2022-11-29T10:47:13.202392-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.61000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cec40c6e-6507-4509-814b-22ec74991545/?format=api"
        },
        {
            "id": "5c1f5c9b-c29c-4ef7-80c4-aeec5384e6e4",
            "gambit_id": "464263c1-9921-465b-9703-4f89f2f04e12",
            "last_updated": "2022-11-29T10:47:13.203573-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cec40c6e-6507-4509-814b-22ec74991545/?format=api"
        }
    ]
}