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