Tool tree
Sports betting data, predictions, and news
ask_dimebotAnswer
Ask DimeBot, Dimers' AI sports betting assistant, a question and get its answer as text. Covers today's best bets and player props by league (NFL, NBA, MLB, NHL, CFB, CBB, WNBA, tennis, soccer), game predictions, sportsbook odds comparison and betting value. Example: "What are the best NFL player props tonight?". Requires the current user to be logged in to a Dimers Pro account; otherwise the reply says so and how to upgrade. Answers may contain markdown links to dimers.com pages.
View tool JSON
{
"name": "ask_dimebot",
"kind": "answer",
"impl": "imperative",
"description": "Ask DimeBot, Dimers' AI sports betting assistant, a question and get its answer as text. Covers today's best bets and player props by league (NFL, NBA, MLB, NHL, CFB, CBB, WNBA, tennis, soccer), game predictions, sportsbook odds comparison and betting value. Example: \"What are the best NFL player props tonight?\". Requires the current user to be logged in to a Dimers Pro account; otherwise the reply says so and how to upgrade. Answers may contain markdown links to dimers.com pages.",
"inputSchema": {
"type": "object",
"properties": {
"question": {
"type": "string",
"minLength": 1,
"maxLength": 500,
"description": "The question for DimeBot in plain English, e.g. \"What are the best NBA bets tonight?\" or \"Any player props for Chiefs vs Bills?\"."
}
},
"required": [
"question"
],
"additionalProperties": false
}
}