GET /api/bet_types/bbde0949-1bce-4ae2-b503-44fa39c22c3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbde0949-1bce-4ae2-b503-44fa39c22c3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/46e1cbba-8e12-46c0-9310-c24f6e0083bb/?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 Over 8",
                "amount": 5204.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "b171fbc8-ae37-4961-9dfc-b80921ec991c",
            "gambit_id": "6b57e827-52e9-4a93-9221-abc28f9fd7f0",
            "last_updated": "2022-08-07T10:57:15.713238-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbde0949-1bce-4ae2-b503-44fa39c22c3e/?format=api"
        },
        {
            "id": "f85c986c-3535-4750-94d2-557a9fa11919",
            "gambit_id": "da42b74a-57cb-4c9a-9819-05488a3af272",
            "last_updated": "2022-08-07T10:57:15.712810-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbde0949-1bce-4ae2-b503-44fa39c22c3e/?format=api"
        }
    ]
}