GET /api/bet_types/bd4d0a06-1a79-417f-997c-0a98e9618873/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd4d0a06-1a79-417f-997c-0a98e9618873",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec205309-48e5-4fd3-be85-2c32f5845b8a/?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": 5106.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "cdc5dc89-ae96-4cdc-ab63-2705b78cb045",
            "gambit_id": "17b6270b-26fc-455d-be27-fc6f456575fb",
            "last_updated": "2022-10-28T09:52:06.854340-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd4d0a06-1a79-417f-997c-0a98e9618873/?format=api"
        },
        {
            "id": "e6b2a6c1-971f-44f5-97ef-dfcdd300038b",
            "gambit_id": "5bc23da4-db95-474b-aee0-34636817d975",
            "last_updated": "2022-10-28T09:52:06.853141-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd4d0a06-1a79-417f-997c-0a98e9618873/?format=api"
        }
    ]
}