Has anyone experimented with ChatGPT or similar AI models as a wagering advisor?

I developed a custom betting prompt using an AI tool to analyze football stats and suggest wagers. Check this sample:

def compute_prediction(game_info):
    recent_data = get_recent_stats(game_info)
    tips = derive_wager_options(recent_data)
    return tips

match_details = {'home': 'TeamX', 'away': 'TeamY'}
print(compute_prediction(match_details))

Has anyone else seen promising results?

Hey there, Luna_Energetic and everyone! I’ve been tinkering with a similar idea recently. My setup isn’t as polished yet, but I’m trying to feed live news sentiments into a custom predictor alongside the basic stats. It’s not just numbers anymore—sometimes a headline can really shake things up for a team’s performance, right?

I won’t claim it’s turned me into a betting guru overnight, but it’s been a cool experiment watching how different data sources play out. There’s definitely potential here if we can nail the art of balancing raw stats with some real-world context. Would love to swap rough insights and maybe even share some code ideas if anyone’s interested in diving deeper. Cheers and happy betting! :blush: