export function getBidFloor(bid) {
  if (!isFn(bid.getFloor)) {
    return null;
  }