GET /api/bet_types/9ba9a54f-bdf3-4123-ad41-715d57ed55b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ba9a54f-bdf3-4123-ad41-715d57ed55b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/36f5af8d-a23c-4aee-93c3-67e571b8649a/?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 6.5",
                "amount": 5097.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0fce8c7-067c-4b7d-a9b1-d7133ee8d6da",
            "gambit_id": "a50a61bf-8b8d-431a-b1a1-8758cea0d356",
            "last_updated": "2022-11-22T10:02:05.183654-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ba9a54f-bdf3-4123-ad41-715d57ed55b6/?format=api"
        },
        {
            "id": "3e1c8256-ff67-42c7-a94d-b1e2c807bca4",
            "gambit_id": "985ea9e2-21b9-4cfb-867e-9d0d5d406d39",
            "last_updated": "2022-11-22T10:02:05.184859-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ba9a54f-bdf3-4123-ad41-715d57ed55b6/?format=api"
        }
    ]
}