<% unless best_bets.blank? %> <% if best_bets[:link].is_a?(String) %>

<%= link_to (best_bets[:link]), :data => { :quicksearch_ga_action => best_bets[:id], :quicksearch_ga_category => best_bets[:best_bets_type] } do %> <%= best_bets[:title] %> <% end %> Best Bet

<%= best_bets[:description] %>

<% end %> <% end %>