This commit is contained in:
2026-04-23 22:22:59 +03:00
parent df428ed1e8
commit 634204acf0
6 changed files with 2064 additions and 90 deletions
+8
View File
@@ -418,6 +418,14 @@ export class MatchPredictionDto {
@ApiProperty({ type: Object, required: false })
surprise_hunter?: Record<string, unknown>;
@ApiProperty({
type: Object,
required: false,
description:
"V28 Odds-Band engine output: historical band analytics, triple-value detection, cards profiling, and HTFT 9-combo analysis",
})
v27_engine?: Record<string, unknown>;
}
export class ValueBetDto {