v28
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user