def show
    @option_type = OptionType.find_by id: params[:id]
    if @option_type
      render json: { option_type: @option_type }
    else