<% 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

<% if best_bets[:description].length > 200 %> <%= truncate(best_bets[:description], length: 200) %> <%= link_to 'Read more', '', class: "read-more" %> <% else %> <%= best_bets[:description] %> <% end %>

<% end %> <% end %>