From c3597e57f6a612b5908bb9f395271347f59479c9 Mon Sep 17 00:00:00 2001 From: liwq <122639653@qq.com> Date: Fri, 23 Jan 2026 18:04:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PyModel/aggregate_data_v7.py | 57 +- .../aggregated_stats_v7.json | 1 + .../betting_predictions_final_1_20.json | 56858 ++++++++++++++++ .../com/tem/bocai/schedules/BetSchedule.java | 151 +- 4 files changed, 56990 insertions(+), 77 deletions(-) create mode 100644 PyModel/data_test_predict/aggregated_stats_v7.json create mode 100644 PyModel/data_test_predict/betting_predictions_final_1_20.json diff --git a/PyModel/aggregate_data_v7.py b/PyModel/aggregate_data_v7.py index 045ba08..88c7d94 100644 --- a/PyModel/aggregate_data_v7.py +++ b/PyModel/aggregate_data_v7.py @@ -10,19 +10,43 @@ data_dirs = ['data_test_dir'] all_records = [] for d in data_dirs: - if not os.path.exists(d): continue - for f in os.listdir(d): + print(f"Processing directory: {d}") + if not os.path.exists(d): + print(f"Directory {d} does not exist") + continue + print(f"Found directory: {d}") + files = os.listdir(d) + print(f"Files in directory: {files}") + for f in files: if f.endswith('.json') and f != 'stat_result.json': - with open(os.path.join(d, f), 'r') as file: - try: - all_records.extend(json.load(file)) - except: - continue + file_path = os.path.join(d, f) + print(f"Processing file: {file_path}") + try: + with open(file_path, 'r', encoding='utf-8') as file: + data = json.load(file) + print(f"Loaded {len(data)} records from {f}") + if len(data) > 0: + print(f"First record keys: {list(data[0].keys())}") + all_records.extend(data) + except Exception as e: + print(f"Error processing {file_path}: {str(e)}") + continue +print(f"Total records loaded: {len(all_records)}") df = pd.DataFrame(all_records) -df = df.drop_duplicates(subset=['id'], keep='last') -df['time'] = pd.to_datetime(df['time']) -print(f"Total unique records: {len(df)}") +print(f"DataFrame columns: {list(df.columns)}") +if 'id' in df.columns: + df = df.drop_duplicates(subset=['id'], keep='last') + print(f"Total unique records after deduplication: {len(df)}") +else: + print("No 'id' column found in DataFrame") +if 'time' in df.columns: + df['time'] = pd.to_datetime(df['time']) + print(f"Total unique records: {len(df)}") +else: + print("No 'time' column found in DataFrame") + print("Sample of first 5 records:") + print(df.head()) # 2. 极速统计函数 @@ -88,7 +112,18 @@ output_data = { 'last_updated': last_date.strftime('%Y-%m-%d %H:%M:%S') } -with open('data_test_predict/aggregated_stats_v7.json', 'w') as f: +# 创建data_test_predict目录(如果不存在) +predict_dir = 'data_test_predict' +if not os.path.exists(predict_dir): + print(f"Creating directory: {predict_dir}") + os.makedirs(predict_dir) +else: + print(f"Directory {predict_dir} already exists") + +# 保存结果 +output_file = os.path.join(predict_dir, 'aggregated_stats_v7.json') +print(f"Saving results to: {output_file}") +with open(output_file, 'w') as f: json.dump(output_data, f) print(f"Stats V7 generated with 100-day window. Last data point: {last_date}") \ No newline at end of file diff --git a/PyModel/data_test_predict/aggregated_stats_v7.json b/PyModel/data_test_predict/aggregated_stats_v7.json new file mode 100644 index 0000000..81be041 --- /dev/null +++ b/PyModel/data_test_predict/aggregated_stats_v7.json @@ -0,0 +1 @@ +{"by_time": {"00:00:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "00:05:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "00:10:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "00:15:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "00:20:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "00:25:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "00:30:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "00:35:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "00:40:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "00:45:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "00:50:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "00:55:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "01:00:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "01:05:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "01:10:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "01:15:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "01:20:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "01:25:00": {"winner_prob": {"3": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "01:30:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "01:35:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "01:40:00": {"winner_prob": {"19": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "01:45:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "01:50:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "01:55:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "02:00:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "02:05:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "02:10:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "02:15:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "02:20:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "02:25:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "02:30:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "02:35:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "02:40:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "02:45:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "02:50:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "02:55:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "03:00:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "03:05:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "03:10:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "03:15:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "03:20:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "03:25:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "03:30:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "03:35:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "03:40:00": {"winner_prob": {"18": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "03:45:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "03:50:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "03:55:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "04:00:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "04:05:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "04:10:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "04:15:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "04:20:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "04:25:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "04:30:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "04:35:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "04:40:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "04:45:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "04:50:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "04:55:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "05:00:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "05:05:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "05:10:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "05:15:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "05:20:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "05:25:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "05:30:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "05:35:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "05:40:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "05:45:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "05:50:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "05:55:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "06:00:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "07:05:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "07:10:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "07:15:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "07:20:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "07:25:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "07:30:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "07:35:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "07:40:00": {"winner_prob": {"5": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "07:45:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "07:50:00": {"winner_prob": {"4": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "07:55:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "08:00:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "08:05:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "08:10:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "08:15:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "08:20:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "08:25:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "08:30:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "08:35:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "08:40:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "08:45:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "08:50:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "08:55:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "09:00:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "09:05:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "09:10:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "09:15:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "09:20:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "09:25:00": {"winner_prob": {"4": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "09:30:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "09:35:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "09:40:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "09:45:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "09:50:00": {"winner_prob": {"18": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "09:55:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "10:00:00": {"winner_prob": {"19": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "10:05:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "10:10:00": {"winner_prob": {"5": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "10:15:00": {"winner_prob": {"5": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "10:20:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "10:25:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "10:30:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "10:35:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "10:40:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "10:45:00": {"winner_prob": {"5": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "10:50:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "10:55:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "11:00:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "11:05:00": {"winner_prob": {"19": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "11:10:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "11:15:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "11:20:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "11:25:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "11:30:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "11:35:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "11:40:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "11:45:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "11:50:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "11:55:00": {"winner_prob": {"4": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "12:00:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "12:05:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "12:10:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "12:15:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "12:20:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "12:25:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "12:30:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "12:35:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "12:40:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "12:45:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "12:50:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "12:55:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "13:00:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "13:05:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "13:10:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "13:15:00": {"winner_prob": {"5": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "13:20:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "13:25:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "13:30:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "13:35:00": {"winner_prob": {"5": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "13:40:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "13:45:00": {"winner_prob": {"4": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "13:50:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "13:55:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "14:00:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "14:05:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "14:10:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "14:15:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "14:20:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "14:25:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "14:30:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "14:35:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "14:40:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "14:45:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "14:50:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "14:55:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "15:00:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "15:05:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "15:10:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "15:15:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "15:20:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "15:25:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "15:30:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "15:35:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "15:40:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "15:45:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "15:50:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "15:55:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "16:00:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "16:05:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "16:10:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "16:15:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "16:20:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "16:25:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "16:30:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "16:35:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "16:40:00": {"winner_prob": {"5": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "16:45:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "16:50:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "16:55:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "17:00:00": {"winner_prob": {"4": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "17:05:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "17:10:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "17:15:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "17:20:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "17:25:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "17:30:00": {"winner_prob": {"3": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "17:35:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "17:40:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "17:45:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "17:50:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "17:55:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "18:00:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "18:05:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "18:10:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "18:15:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "18:20:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "18:25:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "18:30:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "18:35:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "18:40:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "18:45:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "18:50:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "18:55:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "19:00:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "19:05:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "19:10:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "19:15:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "19:20:00": {"winner_prob": {"19": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "19:25:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "19:30:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "19:35:00": {"winner_prob": {"5": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "19:40:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "19:45:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "19:50:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "19:55:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "20:00:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "20:05:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "20:10:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "20:15:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "20:20:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "20:25:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "20:30:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "20:35:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "20:40:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "20:45:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "20:50:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "20:55:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "21:00:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "21:05:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "21:10:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "21:15:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "21:20:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "21:25:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "21:30:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "21:35:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "21:40:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "21:45:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "21:50:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "21:55:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "22:00:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "22:05:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "22:10:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "22:15:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "22:20:00": {"winner_prob": {"18": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "22:25:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "22:30:00": {"winner_prob": {"5": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "22:35:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "22:40:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "22:45:00": {"winner_prob": {"19": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "22:50:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "22:55:00": {"winner_prob": {"19": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "23:00:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "23:05:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "23:10:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "23:15:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "23:20:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "23:25:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "23:30:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "23:35:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "23:40:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "23:45:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "23:50:00": {"winner_prob": {"19": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "23:55:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}}, "by_time_recent_0000_2d": {"00:00:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "00:05:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "00:10:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "00:15:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "00:20:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "00:25:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "00:30:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "00:35:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "00:40:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "00:45:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "00:50:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "00:55:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "01:00:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "01:05:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "01:10:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "01:15:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "01:20:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "01:25:00": {"winner_prob": {"3": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "01:30:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "01:35:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "01:40:00": {"winner_prob": {"19": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "01:45:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "01:50:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "01:55:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "02:00:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "02:05:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "02:10:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "02:15:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "02:20:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "02:25:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "02:30:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "02:35:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "02:40:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "02:45:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "02:50:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "02:55:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "03:00:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "03:05:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "03:10:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "03:15:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "03:20:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "03:25:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "03:30:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "03:35:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "03:40:00": {"winner_prob": {"18": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "03:45:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "03:50:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "03:55:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "04:00:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "04:05:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "04:10:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "04:15:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "04:20:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "04:25:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "04:30:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "04:35:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "04:40:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "04:45:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "04:50:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "04:55:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "05:00:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "05:05:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "05:10:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "05:15:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "05:20:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "05:25:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "05:30:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "05:35:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "05:40:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "05:45:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "05:50:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "05:55:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "06:00:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "07:05:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "07:10:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "07:15:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "07:20:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "07:25:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "07:30:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "07:35:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "07:40:00": {"winner_prob": {"5": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "07:45:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "07:50:00": {"winner_prob": {"4": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "07:55:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "08:00:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "08:05:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "08:10:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "08:15:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "08:20:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "08:25:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "08:30:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "08:35:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "08:40:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "08:45:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "08:50:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "08:55:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "09:00:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "09:05:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "09:10:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "09:15:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "09:20:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "09:25:00": {"winner_prob": {"4": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "09:30:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "09:35:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "09:40:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "09:45:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "09:50:00": {"winner_prob": {"18": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "09:55:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "10:00:00": {"winner_prob": {"19": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "10:05:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "10:10:00": {"winner_prob": {"5": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "10:15:00": {"winner_prob": {"5": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "10:20:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "10:25:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "10:30:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "10:35:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "10:40:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "10:45:00": {"winner_prob": {"5": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "10:50:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "10:55:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "11:00:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "11:05:00": {"winner_prob": {"19": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "11:10:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "11:15:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "11:20:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "11:25:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "11:30:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "11:35:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "11:40:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "11:45:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "11:50:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "11:55:00": {"winner_prob": {"4": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "12:00:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "12:05:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "12:10:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "12:15:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "12:20:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "12:25:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "12:30:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "12:35:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "12:40:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "12:45:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "12:50:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "12:55:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "13:00:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "13:05:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "13:10:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "13:15:00": {"winner_prob": {"5": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "13:20:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "13:25:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "13:30:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "13:35:00": {"winner_prob": {"5": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "13:40:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "13:45:00": {"winner_prob": {"4": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "13:50:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "13:55:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "14:00:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "14:05:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "14:10:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "14:15:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "14:20:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "14:25:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "14:30:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "14:35:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "14:40:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "14:45:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "14:50:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "14:55:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "15:00:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "15:05:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "15:10:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "15:15:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "15:20:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "15:25:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "15:30:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "15:35:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "15:40:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "15:45:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "15:50:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "15:55:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "16:00:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "16:05:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "16:10:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "16:15:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "16:20:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "16:25:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "16:30:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "16:35:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "16:40:00": {"winner_prob": {"5": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "16:45:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "16:50:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "16:55:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "17:00:00": {"winner_prob": {"4": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "17:05:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "17:10:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "17:15:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "17:20:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "17:25:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "17:30:00": {"winner_prob": {"3": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "17:35:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "17:40:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "17:45:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "17:50:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "17:55:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "18:00:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "18:05:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "18:10:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "18:15:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "18:20:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "18:25:00": {"winner_prob": {"16": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "18:30:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "18:35:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "18:40:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "18:45:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "18:50:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "18:55:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "19:00:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "19:05:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "19:10:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "19:15:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "19:20:00": {"winner_prob": {"19": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "19:25:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "19:30:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "19:35:00": {"winner_prob": {"5": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "19:40:00": {"winner_prob": {"7": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "19:45:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "19:50:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "19:55:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "20:00:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "20:05:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "20:10:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "20:15:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"2": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "20:20:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "20:25:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "20:30:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "20:35:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "20:40:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "20:45:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "20:50:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "20:55:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "21:00:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "21:05:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "21:10:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"10": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "21:15:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "21:20:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "21:25:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"9": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "21:30:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"7": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "21:35:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"1": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "21:40:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"4": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"10": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"9": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "21:45:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "21:50:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "21:55:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"10": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"8": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "22:00:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "22:05:00": {"winner_prob": {"11": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"6": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "22:10:00": {"winner_prob": {"12": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "22:15:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"1": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"4": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "22:20:00": {"winner_prob": {"18": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "22:25:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"6": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "22:30:00": {"winner_prob": {"5": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "22:35:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"9": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"7": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "22:40:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"3": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "22:45:00": {"winner_prob": {"19": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"1": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"3": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"5": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "22:50:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"4": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"5": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "22:55:00": {"winner_prob": {"19": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"8": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"2": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "23:00:00": {"winner_prob": {"14": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"4": 1.0}, "pos_1": {"10": 1.0}, "pos_2": {"6": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"3": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "23:05:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"3": 1.0}, "pos_1": {"5": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"1": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"8": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "23:10:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"7": 1.0}, "pos_3": {"5": 1.0}, "pos_4": {"2": 1.0}, "pos_5": {"8": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"6": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "23:15:00": {"winner_prob": {"8": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"6": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"4": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"1": 1.0}, "pos_6": {"9": 1.0}, "pos_7": {"7": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"10": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "23:20:00": {"winner_prob": {"15": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"8": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"5": 1.0}, "pos_6": {"6": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "23:25:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"5": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"2": 1.0}, "pos_3": {"3": 1.0}, "pos_4": {"10": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"9": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "23:30:00": {"winner_prob": {"13": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"3": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"9": 1.0}, "pos_4": {"6": 1.0}, "pos_5": {"7": 1.0}, "pos_6": {"5": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"2": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}, "23:35:00": {"winner_prob": {"9": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"7": 1.0}, "pos_1": {"2": 1.0}, "pos_2": {"1": 1.0}, "pos_3": {"8": 1.0}, "pos_4": {"9": 1.0}, "pos_5": {"3": 1.0}, "pos_6": {"4": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"5": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "23:40:00": {"winner_prob": {"17": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"8": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"10": 1.0}, "pos_3": {"2": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"7": 1.0}, "pos_7": {"4": 1.0}, "pos_8": {"3": 1.0}, "pos_9": {"1": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "23:45:00": {"winner_prob": {"10": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"9": 1.0}, "pos_1": {"1": 1.0}, "pos_2": {"8": 1.0}, "pos_3": {"10": 1.0}, "pos_4": {"5": 1.0}, "pos_5": {"2": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"6": 1.0}, "pos_8": {"7": 1.0}, "pos_9": {"4": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u864e": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u9f99": 1.0}}}, "23:50:00": {"winner_prob": {"19": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5927": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u5355": 1.0}, "result_pos_prob": {"pos_0": {"10": 1.0}, "pos_1": {"9": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"1": 1.0}, "pos_4": {"3": 1.0}, "pos_5": {"6": 1.0}, "pos_6": {"8": 1.0}, "pos_7": {"2": 1.0}, "pos_8": {"4": 1.0}, "pos_9": {"7": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_6": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_7": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u9f99": 1.0}, "pos_3": {"\u864e": 1.0}, "pos_4": {"\u864e": 1.0}}}, "23:55:00": {"winner_prob": {"6": 1.0}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 1.0}, "GD2_prob": {"\u51a0\u4e9a\u53cc": 1.0}, "result_pos_prob": {"pos_0": {"2": 1.0}, "pos_1": {"4": 1.0}, "pos_2": {"5": 1.0}, "pos_3": {"7": 1.0}, "pos_4": {"8": 1.0}, "pos_5": {"9": 1.0}, "pos_6": {"3": 1.0}, "pos_7": {"10": 1.0}, "pos_8": {"1": 1.0}, "pos_9": {"6": 1.0}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_1": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_2": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_3": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_4": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_5": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_6": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_7": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}, "pos_8": {"big_small": {"\u5c0f": 1.0}, "odd_even": {"\u5355": 1.0}}, "pos_9": {"big_small": {"\u5927": 1.0}, "odd_even": {"\u53cc": 1.0}}}, "GLH_pos_prob": {"pos_0": {"\u864e": 1.0}, "pos_1": {"\u9f99": 1.0}, "pos_2": {"\u864e": 1.0}, "pos_3": {"\u9f99": 1.0}, "pos_4": {"\u864e": 1.0}}}}, "by_date": {"21": {"winner_prob": {"11": 0.14285714285714285, "9": 0.09852216748768473, "12": 0.09852216748768473, "10": 0.08866995073891626, "8": 0.08866995073891626, "15": 0.06896551724137931, "13": 0.06403940886699508, "7": 0.059113300492610835, "17": 0.04926108374384237, "14": 0.04926108374384237, "5": 0.04433497536945813, "6": 0.03940886699507389, "16": 0.03940886699507389, "19": 0.029556650246305417, "4": 0.024630541871921183, "18": 0.009852216748768473, "3": 0.0049261083743842365}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 0.5911330049261084, "\u51a0\u4e9a\u5927": 0.4088669950738916}, "GD2_prob": {"\u51a0\u4e9a\u5355": 0.5615763546798029, "\u51a0\u4e9a\u53cc": 0.43842364532019706}, "result_pos_prob": {"pos_0": {"3": 0.1724137931034483, "5": 0.1330049261083744, "8": 0.11822660098522167, "10": 0.09852216748768473, "1": 0.09852216748768473, "9": 0.08866995073891626, "6": 0.08374384236453201, "7": 0.07881773399014778, "2": 0.06403940886699508, "4": 0.06403940886699508}, "pos_1": {"4": 0.12807881773399016, "9": 0.12315270935960591, "5": 0.11330049261083744, "7": 0.11330049261083744, "2": 0.09852216748768473, "3": 0.09359605911330049, "8": 0.08866995073891626, "6": 0.08374384236453201, "1": 0.07881773399014778, "10": 0.07881773399014778}, "pos_2": {"8": 0.14285714285714285, "2": 0.12807881773399016, "6": 0.12315270935960591, "10": 0.11330049261083744, "1": 0.09359605911330049, "7": 0.09359605911330049, "3": 0.09359605911330049, "5": 0.08374384236453201, "4": 0.07389162561576355, "9": 0.054187192118226604}, "pos_3": {"5": 0.1330049261083744, "4": 0.11330049261083744, "7": 0.10837438423645321, "3": 0.10344827586206896, "10": 0.09852216748768473, "2": 0.09852216748768473, "9": 0.09852216748768473, "1": 0.08866995073891626, "8": 0.08374384236453201, "6": 0.07389162561576355}, "pos_4": {"7": 0.14285714285714285, "3": 0.13793103448275862, "9": 0.12315270935960591, "6": 0.11822660098522167, "10": 0.11822660098522167, "2": 0.09359605911330049, "8": 0.08866995073891626, "5": 0.059113300492610835, "1": 0.059113300492610835, "4": 0.059113300492610835}, "pos_5": {"1": 0.15763546798029557, "4": 0.1330049261083744, "6": 0.10837438423645321, "8": 0.10837438423645321, "2": 0.08866995073891626, "7": 0.08866995073891626, "10": 0.08374384236453201, "9": 0.07881773399014778, "5": 0.07881773399014778, "3": 0.07389162561576355}, "pos_6": {"4": 0.13793103448275862, "7": 0.12315270935960591, "1": 0.11330049261083744, "10": 0.11330049261083744, "6": 0.10344827586206896, "5": 0.09359605911330049, "9": 0.08374384236453201, "2": 0.08374384236453201, "8": 0.07881773399014778, "3": 0.06896551724137931}, "pos_7": {"4": 0.13793103448275862, "8": 0.11822660098522167, "2": 0.11330049261083744, "9": 0.11330049261083744, "10": 0.10837438423645321, "6": 0.09359605911330049, "5": 0.09359605911330049, "3": 0.08374384236453201, "7": 0.07881773399014778, "1": 0.059113300492610835}, "pos_8": {"5": 0.12807881773399016, "2": 0.12807881773399016, "6": 0.11822660098522167, "1": 0.10837438423645321, "8": 0.10344827586206896, "9": 0.10344827586206896, "10": 0.09359605911330049, "3": 0.08374384236453201, "7": 0.07881773399014778, "4": 0.054187192118226604}, "pos_9": {"1": 0.14285714285714285, "9": 0.1330049261083744, "2": 0.10344827586206896, "4": 0.09852216748768473, "6": 0.09359605911330049, "7": 0.09359605911330049, "10": 0.09359605911330049, "3": 0.08866995073891626, "5": 0.08374384236453201, "8": 0.06896551724137931}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 0.5320197044334976, "\u5927": 0.46798029556650245}, "odd_even": {"\u5355": 0.5714285714285714, "\u53cc": 0.42857142857142855}}, "pos_1": {"big_small": {"\u5c0f": 0.5123152709359606, "\u5927": 0.4876847290640394}, "odd_even": {"\u5355": 0.5221674876847291, "\u53cc": 0.47783251231527096}}, "pos_2": {"big_small": {"\u5927": 0.5270935960591133, "\u5c0f": 0.4729064039408867}, "odd_even": {"\u53cc": 0.5812807881773399, "\u5355": 0.4187192118226601}}, "pos_3": {"big_small": {"\u5c0f": 0.5369458128078818, "\u5927": 0.4630541871921182}, "odd_even": {"\u5355": 0.5320197044334976, "\u53cc": 0.46798029556650245}}, "pos_4": {"big_small": {"\u5927": 0.5911330049261084, "\u5c0f": 0.4088669950738916}, "odd_even": {"\u5355": 0.5221674876847291, "\u53cc": 0.47783251231527096}}, "pos_5": {"big_small": {"\u5c0f": 0.5320197044334976, "\u5927": 0.46798029556650245}, "odd_even": {"\u53cc": 0.5221674876847291, "\u5355": 0.47783251231527096}}, "pos_6": {"big_small": {"\u5927": 0.5024630541871922, "\u5c0f": 0.4975369458128079}, "odd_even": {"\u53cc": 0.5172413793103449, "\u5355": 0.4827586206896552}}, "pos_7": {"big_small": {"\u5927": 0.5123152709359606, "\u5c0f": 0.4876847290640394}, "odd_even": {"\u53cc": 0.5714285714285714, "\u5355": 0.42857142857142855}}, "pos_8": {"big_small": {"\u5c0f": 0.5024630541871922, "\u5927": 0.4975369458128079}, "odd_even": {"\u5355": 0.5024630541871922, "\u53cc": 0.4975369458128079}}, "pos_9": {"big_small": {"\u5c0f": 0.5172413793103449, "\u5927": 0.4827586206896552}, "odd_even": {"\u5355": 0.541871921182266, "\u53cc": 0.458128078817734}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 0.5123152709359606, "\u864e": 0.4876847290640394}, "pos_1": {"\u9f99": 0.5467980295566502, "\u864e": 0.45320197044334976}, "pos_2": {"\u864e": 0.5221674876847291, "\u9f99": 0.47783251231527096}, "pos_3": {"\u864e": 0.5221674876847291, "\u9f99": 0.47783251231527096}, "pos_4": {"\u9f99": 0.5517241379310345, "\u864e": 0.4482758620689655}}}, "22": {"winner_prob": {"11": 0.1506849315068493, "13": 0.136986301369863, "10": 0.0821917808219178, "15": 0.0821917808219178, "12": 0.0821917808219178, "14": 0.0684931506849315, "6": 0.0684931506849315, "9": 0.0684931506849315, "16": 0.0684931506849315, "8": 0.0547945205479452, "17": 0.0547945205479452, "7": 0.0410958904109589, "18": 0.0136986301369863, "19": 0.0136986301369863, "3": 0.0136986301369863}, "GD1_prob": {"\u51a0\u4e9a\u5927": 0.5205479452054794, "\u51a0\u4e9a\u5c0f": 0.4794520547945205}, "GD2_prob": {"\u51a0\u4e9a\u5355": 0.5616438356164384, "\u51a0\u4e9a\u53cc": 0.4383561643835616}, "result_pos_prob": {"pos_0": {"9": 0.1780821917808219, "10": 0.136986301369863, "4": 0.1232876712328767, "5": 0.1095890410958904, "6": 0.1095890410958904, "1": 0.0821917808219178, "8": 0.0821917808219178, "7": 0.0684931506849315, "2": 0.0684931506849315, "3": 0.0410958904109589}, "pos_1": {"9": 0.1506849315068493, "5": 0.1506849315068493, "2": 0.136986301369863, "7": 0.1232876712328767, "6": 0.1095890410958904, "3": 0.0821917808219178, "1": 0.0684931506849315, "8": 0.0684931506849315, "10": 0.0684931506849315, "4": 0.0410958904109589}, "pos_2": {"6": 0.2602739726027397, "8": 0.1232876712328767, "5": 0.1095890410958904, "4": 0.0958904109589041, "1": 0.0958904109589041, "3": 0.0821917808219178, "2": 0.0684931506849315, "9": 0.0547945205479452, "10": 0.0547945205479452, "7": 0.0547945205479452}, "pos_3": {"7": 0.1917808219178082, "1": 0.1506849315068493, "10": 0.1232876712328767, "9": 0.1095890410958904, "3": 0.0958904109589041, "2": 0.0958904109589041, "8": 0.0821917808219178, "5": 0.0547945205479452, "6": 0.0547945205479452, "4": 0.0410958904109589}, "pos_4": {"1": 0.1506849315068493, "2": 0.136986301369863, "8": 0.1232876712328767, "4": 0.1232876712328767, "6": 0.0958904109589041, "9": 0.0958904109589041, "7": 0.0958904109589041, "3": 0.0684931506849315, "5": 0.0547945205479452, "10": 0.0547945205479452}, "pos_5": {"3": 0.1643835616438356, "10": 0.1506849315068493, "5": 0.136986301369863, "4": 0.1095890410958904, "9": 0.1095890410958904, "2": 0.0958904109589041, "6": 0.0821917808219178, "1": 0.0821917808219178, "7": 0.0410958904109589, "8": 0.0273972602739726}, "pos_6": {"8": 0.1917808219178082, "3": 0.1506849315068493, "2": 0.1232876712328767, "7": 0.1095890410958904, "4": 0.0958904109589041, "9": 0.0821917808219178, "5": 0.0684931506849315, "10": 0.0684931506849315, "1": 0.0684931506849315, "6": 0.0410958904109589}, "pos_7": {"4": 0.1643835616438356, "7": 0.1506849315068493, "10": 0.1232876712328767, "6": 0.0958904109589041, "1": 0.0958904109589041, "3": 0.0821917808219178, "8": 0.0821917808219178, "2": 0.0821917808219178, "9": 0.0684931506849315, "5": 0.0547945205479452}, "pos_8": {"5": 0.1643835616438356, "7": 0.136986301369863, "6": 0.1095890410958904, "3": 0.1095890410958904, "10": 0.0958904109589041, "1": 0.0958904109589041, "2": 0.0821917808219178, "4": 0.0821917808219178, "8": 0.0684931506849315, "9": 0.0547945205479452}, "pos_9": {"8": 0.1506849315068493, "10": 0.1232876712328767, "4": 0.1232876712328767, "3": 0.1232876712328767, "1": 0.1095890410958904, "2": 0.1095890410958904, "5": 0.0958904109589041, "9": 0.0958904109589041, "6": 0.0410958904109589, "7": 0.0273972602739726}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 0.5753424657534246, "\u5c0f": 0.4246575342465753}, "odd_even": {"\u53cc": 0.5205479452054794, "\u5355": 0.4794520547945205}}, "pos_1": {"big_small": {"\u5927": 0.5205479452054794, "\u5c0f": 0.4794520547945205}, "odd_even": {"\u5355": 0.5753424657534246, "\u53cc": 0.4246575342465753}}, "pos_2": {"big_small": {"\u5927": 0.547945205479452, "\u5c0f": 0.4520547945205479}, "odd_even": {"\u53cc": 0.6027397260273972, "\u5355": 0.3972602739726027}}, "pos_3": {"big_small": {"\u5927": 0.5616438356164384, "\u5c0f": 0.4383561643835616}, "odd_even": {"\u5355": 0.6027397260273972, "\u53cc": 0.3972602739726027}}, "pos_4": {"big_small": {"\u5c0f": 0.5342465753424658, "\u5927": 0.4657534246575342}, "odd_even": {"\u53cc": 0.5342465753424658, "\u5355": 0.4657534246575342}}, "pos_5": {"big_small": {"\u5c0f": 0.589041095890411, "\u5927": 0.410958904109589}, "odd_even": {"\u5355": 0.5342465753424658, "\u53cc": 0.4657534246575342}}, "pos_6": {"big_small": {"\u5c0f": 0.5068493150684932, "\u5927": 0.4931506849315068}, "odd_even": {"\u53cc": 0.5205479452054794, "\u5355": 0.4794520547945205}}, "pos_7": {"big_small": {"\u5927": 0.5205479452054794, "\u5c0f": 0.4794520547945205}, "odd_even": {"\u53cc": 0.547945205479452, "\u5355": 0.4520547945205479}}, "pos_8": {"big_small": {"\u5c0f": 0.5342465753424658, "\u5927": 0.4657534246575342}, "odd_even": {"\u5355": 0.5616438356164384, "\u53cc": 0.4383561643835616}}, "pos_9": {"big_small": {"\u5c0f": 0.5616438356164384, "\u5927": 0.4383561643835616}, "odd_even": {"\u53cc": 0.547945205479452, "\u5355": 0.4520547945205479}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 0.6301369863013698, "\u864e": 0.3698630136986301}, "pos_1": {"\u9f99": 0.5068493150684932, "\u864e": 0.4931506849315068}, "pos_2": {"\u9f99": 0.5205479452054794, "\u864e": 0.4794520547945205}, "pos_3": {"\u864e": 0.5342465753424658, "\u9f99": 0.4657534246575342}, "pos_4": {"\u864e": 0.5205479452054794, "\u9f99": 0.4794520547945205}}}}, "by_week": {"2": {"winner_prob": {"11": 0.14285714285714285, "9": 0.09852216748768473, "12": 0.09852216748768473, "10": 0.08866995073891626, "8": 0.08866995073891626, "15": 0.06896551724137931, "13": 0.06403940886699508, "7": 0.059113300492610835, "17": 0.04926108374384237, "14": 0.04926108374384237, "5": 0.04433497536945813, "6": 0.03940886699507389, "16": 0.03940886699507389, "19": 0.029556650246305417, "4": 0.024630541871921183, "18": 0.009852216748768473, "3": 0.0049261083743842365}, "GD1_prob": {"\u51a0\u4e9a\u5c0f": 0.5911330049261084, "\u51a0\u4e9a\u5927": 0.4088669950738916}, "GD2_prob": {"\u51a0\u4e9a\u5355": 0.5615763546798029, "\u51a0\u4e9a\u53cc": 0.43842364532019706}, "result_pos_prob": {"pos_0": {"3": 0.1724137931034483, "5": 0.1330049261083744, "8": 0.11822660098522167, "10": 0.09852216748768473, "1": 0.09852216748768473, "9": 0.08866995073891626, "6": 0.08374384236453201, "7": 0.07881773399014778, "2": 0.06403940886699508, "4": 0.06403940886699508}, "pos_1": {"4": 0.12807881773399016, "9": 0.12315270935960591, "5": 0.11330049261083744, "7": 0.11330049261083744, "2": 0.09852216748768473, "3": 0.09359605911330049, "8": 0.08866995073891626, "6": 0.08374384236453201, "1": 0.07881773399014778, "10": 0.07881773399014778}, "pos_2": {"8": 0.14285714285714285, "2": 0.12807881773399016, "6": 0.12315270935960591, "10": 0.11330049261083744, "1": 0.09359605911330049, "7": 0.09359605911330049, "3": 0.09359605911330049, "5": 0.08374384236453201, "4": 0.07389162561576355, "9": 0.054187192118226604}, "pos_3": {"5": 0.1330049261083744, "4": 0.11330049261083744, "7": 0.10837438423645321, "3": 0.10344827586206896, "10": 0.09852216748768473, "2": 0.09852216748768473, "9": 0.09852216748768473, "1": 0.08866995073891626, "8": 0.08374384236453201, "6": 0.07389162561576355}, "pos_4": {"7": 0.14285714285714285, "3": 0.13793103448275862, "9": 0.12315270935960591, "6": 0.11822660098522167, "10": 0.11822660098522167, "2": 0.09359605911330049, "8": 0.08866995073891626, "5": 0.059113300492610835, "1": 0.059113300492610835, "4": 0.059113300492610835}, "pos_5": {"1": 0.15763546798029557, "4": 0.1330049261083744, "6": 0.10837438423645321, "8": 0.10837438423645321, "2": 0.08866995073891626, "7": 0.08866995073891626, "10": 0.08374384236453201, "9": 0.07881773399014778, "5": 0.07881773399014778, "3": 0.07389162561576355}, "pos_6": {"4": 0.13793103448275862, "7": 0.12315270935960591, "1": 0.11330049261083744, "10": 0.11330049261083744, "6": 0.10344827586206896, "5": 0.09359605911330049, "9": 0.08374384236453201, "2": 0.08374384236453201, "8": 0.07881773399014778, "3": 0.06896551724137931}, "pos_7": {"4": 0.13793103448275862, "8": 0.11822660098522167, "2": 0.11330049261083744, "9": 0.11330049261083744, "10": 0.10837438423645321, "6": 0.09359605911330049, "5": 0.09359605911330049, "3": 0.08374384236453201, "7": 0.07881773399014778, "1": 0.059113300492610835}, "pos_8": {"5": 0.12807881773399016, "2": 0.12807881773399016, "6": 0.11822660098522167, "1": 0.10837438423645321, "8": 0.10344827586206896, "9": 0.10344827586206896, "10": 0.09359605911330049, "3": 0.08374384236453201, "7": 0.07881773399014778, "4": 0.054187192118226604}, "pos_9": {"1": 0.14285714285714285, "9": 0.1330049261083744, "2": 0.10344827586206896, "4": 0.09852216748768473, "6": 0.09359605911330049, "7": 0.09359605911330049, "10": 0.09359605911330049, "3": 0.08866995073891626, "5": 0.08374384236453201, "8": 0.06896551724137931}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5c0f": 0.5320197044334976, "\u5927": 0.46798029556650245}, "odd_even": {"\u5355": 0.5714285714285714, "\u53cc": 0.42857142857142855}}, "pos_1": {"big_small": {"\u5c0f": 0.5123152709359606, "\u5927": 0.4876847290640394}, "odd_even": {"\u5355": 0.5221674876847291, "\u53cc": 0.47783251231527096}}, "pos_2": {"big_small": {"\u5927": 0.5270935960591133, "\u5c0f": 0.4729064039408867}, "odd_even": {"\u53cc": 0.5812807881773399, "\u5355": 0.4187192118226601}}, "pos_3": {"big_small": {"\u5c0f": 0.5369458128078818, "\u5927": 0.4630541871921182}, "odd_even": {"\u5355": 0.5320197044334976, "\u53cc": 0.46798029556650245}}, "pos_4": {"big_small": {"\u5927": 0.5911330049261084, "\u5c0f": 0.4088669950738916}, "odd_even": {"\u5355": 0.5221674876847291, "\u53cc": 0.47783251231527096}}, "pos_5": {"big_small": {"\u5c0f": 0.5320197044334976, "\u5927": 0.46798029556650245}, "odd_even": {"\u53cc": 0.5221674876847291, "\u5355": 0.47783251231527096}}, "pos_6": {"big_small": {"\u5927": 0.5024630541871922, "\u5c0f": 0.4975369458128079}, "odd_even": {"\u53cc": 0.5172413793103449, "\u5355": 0.4827586206896552}}, "pos_7": {"big_small": {"\u5927": 0.5123152709359606, "\u5c0f": 0.4876847290640394}, "odd_even": {"\u53cc": 0.5714285714285714, "\u5355": 0.42857142857142855}}, "pos_8": {"big_small": {"\u5c0f": 0.5024630541871922, "\u5927": 0.4975369458128079}, "odd_even": {"\u5355": 0.5024630541871922, "\u53cc": 0.4975369458128079}}, "pos_9": {"big_small": {"\u5c0f": 0.5172413793103449, "\u5927": 0.4827586206896552}, "odd_even": {"\u5355": 0.541871921182266, "\u53cc": 0.458128078817734}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 0.5123152709359606, "\u864e": 0.4876847290640394}, "pos_1": {"\u9f99": 0.5467980295566502, "\u864e": 0.45320197044334976}, "pos_2": {"\u864e": 0.5221674876847291, "\u9f99": 0.47783251231527096}, "pos_3": {"\u864e": 0.5221674876847291, "\u9f99": 0.47783251231527096}, "pos_4": {"\u9f99": 0.5517241379310345, "\u864e": 0.4482758620689655}}}, "3": {"winner_prob": {"11": 0.1506849315068493, "13": 0.136986301369863, "10": 0.0821917808219178, "15": 0.0821917808219178, "12": 0.0821917808219178, "14": 0.0684931506849315, "6": 0.0684931506849315, "9": 0.0684931506849315, "16": 0.0684931506849315, "8": 0.0547945205479452, "17": 0.0547945205479452, "7": 0.0410958904109589, "18": 0.0136986301369863, "19": 0.0136986301369863, "3": 0.0136986301369863}, "GD1_prob": {"\u51a0\u4e9a\u5927": 0.5205479452054794, "\u51a0\u4e9a\u5c0f": 0.4794520547945205}, "GD2_prob": {"\u51a0\u4e9a\u5355": 0.5616438356164384, "\u51a0\u4e9a\u53cc": 0.4383561643835616}, "result_pos_prob": {"pos_0": {"9": 0.1780821917808219, "10": 0.136986301369863, "4": 0.1232876712328767, "5": 0.1095890410958904, "6": 0.1095890410958904, "1": 0.0821917808219178, "8": 0.0821917808219178, "7": 0.0684931506849315, "2": 0.0684931506849315, "3": 0.0410958904109589}, "pos_1": {"9": 0.1506849315068493, "5": 0.1506849315068493, "2": 0.136986301369863, "7": 0.1232876712328767, "6": 0.1095890410958904, "3": 0.0821917808219178, "1": 0.0684931506849315, "8": 0.0684931506849315, "10": 0.0684931506849315, "4": 0.0410958904109589}, "pos_2": {"6": 0.2602739726027397, "8": 0.1232876712328767, "5": 0.1095890410958904, "4": 0.0958904109589041, "1": 0.0958904109589041, "3": 0.0821917808219178, "2": 0.0684931506849315, "9": 0.0547945205479452, "10": 0.0547945205479452, "7": 0.0547945205479452}, "pos_3": {"7": 0.1917808219178082, "1": 0.1506849315068493, "10": 0.1232876712328767, "9": 0.1095890410958904, "3": 0.0958904109589041, "2": 0.0958904109589041, "8": 0.0821917808219178, "5": 0.0547945205479452, "6": 0.0547945205479452, "4": 0.0410958904109589}, "pos_4": {"1": 0.1506849315068493, "2": 0.136986301369863, "8": 0.1232876712328767, "4": 0.1232876712328767, "6": 0.0958904109589041, "9": 0.0958904109589041, "7": 0.0958904109589041, "3": 0.0684931506849315, "5": 0.0547945205479452, "10": 0.0547945205479452}, "pos_5": {"3": 0.1643835616438356, "10": 0.1506849315068493, "5": 0.136986301369863, "4": 0.1095890410958904, "9": 0.1095890410958904, "2": 0.0958904109589041, "6": 0.0821917808219178, "1": 0.0821917808219178, "7": 0.0410958904109589, "8": 0.0273972602739726}, "pos_6": {"8": 0.1917808219178082, "3": 0.1506849315068493, "2": 0.1232876712328767, "7": 0.1095890410958904, "4": 0.0958904109589041, "9": 0.0821917808219178, "5": 0.0684931506849315, "10": 0.0684931506849315, "1": 0.0684931506849315, "6": 0.0410958904109589}, "pos_7": {"4": 0.1643835616438356, "7": 0.1506849315068493, "10": 0.1232876712328767, "6": 0.0958904109589041, "1": 0.0958904109589041, "3": 0.0821917808219178, "8": 0.0821917808219178, "2": 0.0821917808219178, "9": 0.0684931506849315, "5": 0.0547945205479452}, "pos_8": {"5": 0.1643835616438356, "7": 0.136986301369863, "6": 0.1095890410958904, "3": 0.1095890410958904, "10": 0.0958904109589041, "1": 0.0958904109589041, "2": 0.0821917808219178, "4": 0.0821917808219178, "8": 0.0684931506849315, "9": 0.0547945205479452}, "pos_9": {"8": 0.1506849315068493, "10": 0.1232876712328767, "4": 0.1232876712328767, "3": 0.1232876712328767, "1": 0.1095890410958904, "2": 0.1095890410958904, "5": 0.0958904109589041, "9": 0.0958904109589041, "6": 0.0410958904109589, "7": 0.0273972602739726}}, "result_pos_detail_prob": {"pos_0": {"big_small": {"\u5927": 0.5753424657534246, "\u5c0f": 0.4246575342465753}, "odd_even": {"\u53cc": 0.5205479452054794, "\u5355": 0.4794520547945205}}, "pos_1": {"big_small": {"\u5927": 0.5205479452054794, "\u5c0f": 0.4794520547945205}, "odd_even": {"\u5355": 0.5753424657534246, "\u53cc": 0.4246575342465753}}, "pos_2": {"big_small": {"\u5927": 0.547945205479452, "\u5c0f": 0.4520547945205479}, "odd_even": {"\u53cc": 0.6027397260273972, "\u5355": 0.3972602739726027}}, "pos_3": {"big_small": {"\u5927": 0.5616438356164384, "\u5c0f": 0.4383561643835616}, "odd_even": {"\u5355": 0.6027397260273972, "\u53cc": 0.3972602739726027}}, "pos_4": {"big_small": {"\u5c0f": 0.5342465753424658, "\u5927": 0.4657534246575342}, "odd_even": {"\u53cc": 0.5342465753424658, "\u5355": 0.4657534246575342}}, "pos_5": {"big_small": {"\u5c0f": 0.589041095890411, "\u5927": 0.410958904109589}, "odd_even": {"\u5355": 0.5342465753424658, "\u53cc": 0.4657534246575342}}, "pos_6": {"big_small": {"\u5c0f": 0.5068493150684932, "\u5927": 0.4931506849315068}, "odd_even": {"\u53cc": 0.5205479452054794, "\u5355": 0.4794520547945205}}, "pos_7": {"big_small": {"\u5927": 0.5205479452054794, "\u5c0f": 0.4794520547945205}, "odd_even": {"\u53cc": 0.547945205479452, "\u5355": 0.4520547945205479}}, "pos_8": {"big_small": {"\u5c0f": 0.5342465753424658, "\u5927": 0.4657534246575342}, "odd_even": {"\u5355": 0.5616438356164384, "\u53cc": 0.4383561643835616}}, "pos_9": {"big_small": {"\u5c0f": 0.5616438356164384, "\u5927": 0.4383561643835616}, "odd_even": {"\u53cc": 0.547945205479452, "\u5355": 0.4520547945205479}}}, "GLH_pos_prob": {"pos_0": {"\u9f99": 0.6301369863013698, "\u864e": 0.3698630136986301}, "pos_1": {"\u9f99": 0.5068493150684932, "\u864e": 0.4931506849315068}, "pos_2": {"\u9f99": 0.5205479452054794, "\u864e": 0.4794520547945205}, "pos_3": {"\u864e": 0.5342465753424658, "\u9f99": 0.4657534246575342}, "pos_4": {"\u864e": 0.5205479452054794, "\u9f99": 0.4794520547945205}}}}, "last_updated": "2026-01-22 06:00:00"} \ No newline at end of file diff --git a/PyModel/data_test_predict/betting_predictions_final_1_20.json b/PyModel/data_test_predict/betting_predictions_final_1_20.json new file mode 100644 index 0000000..8da55e2 --- /dev/null +++ b/PyModel/data_test_predict/betting_predictions_final_1_20.json @@ -0,0 +1,56858 @@ +[ + { + "id": "202601200705", + "time": "2026-01-20 07:05:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "8": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601200710", + "time": "2026-01-20 07:10:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601200715", + "time": "2026-01-20 07:15:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601200720", + "time": "2026-01-20 07:20:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "8": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601200725", + "time": "2026-01-20 07:25:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601200730", + "time": "2026-01-20 07:30:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "10": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601200735", + "time": "2026-01-20 07:35:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "9": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601200740", + "time": "2026-01-20 07:40:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "5": 0.8 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601200745", + "time": "2026-01-20 07:45:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "15": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601200750", + "time": "2026-01-20 07:50:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "4": 1.64 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601200755", + "time": "2026-01-20 07:55:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "9": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601200800", + "time": "2026-01-20 08:00:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "2": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "15": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601200805", + "time": "2026-01-20 08:05:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "7": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601200810", + "time": "2026-01-20 08:10:00", + "result": { + "0": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601200815", + "time": "2026-01-20 08:15:00", + "result": { + "0": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601200820", + "time": "2026-01-20 08:20:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601200825", + "time": "2026-01-20 08:25:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601200830", + "time": "2026-01-20 08:30:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "7": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601200835", + "time": "2026-01-20 08:35:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "6": 0.8 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601200840", + "time": "2026-01-20 08:40:00", + "result": { + "0": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "8": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601200845", + "time": "2026-01-20 08:45:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "13": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601200850", + "time": "2026-01-20 08:50:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "15": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601200855", + "time": "2026-01-20 08:55:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "10": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601200900", + "time": "2026-01-20 09:00:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "13": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601200905", + "time": "2026-01-20 09:05:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "7": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601200910", + "time": "2026-01-20 09:10:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "17": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601200915", + "time": "2026-01-20 09:15:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "15": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601200920", + "time": "2026-01-20 09:20:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601200925", + "time": "2026-01-20 09:25:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "4": 1.64 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601200930", + "time": "2026-01-20 09:30:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601200935", + "time": "2026-01-20 09:35:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "9": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601200940", + "time": "2026-01-20 09:40:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601200945", + "time": "2026-01-20 09:45:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "10": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601200950", + "time": "2026-01-20 09:50:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "18": 1.64 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601200955", + "time": "2026-01-20 09:55:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "10": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201000", + "time": "2026-01-20 10:00:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "19": 1.64 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201005", + "time": "2026-01-20 10:05:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "8": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201010", + "time": "2026-01-20 10:10:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "5": 0.8 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201015", + "time": "2026-01-20 10:15:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "5": 0.8 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201020", + "time": "2026-01-20 10:20:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "10": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201025", + "time": "2026-01-20 10:25:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "13": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201030", + "time": "2026-01-20 10:30:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "8": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201035", + "time": "2026-01-20 10:35:00", + "result": { + "0": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "7": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201040", + "time": "2026-01-20 10:40:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201045", + "time": "2026-01-20 10:45:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "5": 0.8 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201050", + "time": "2026-01-20 10:50:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201055", + "time": "2026-01-20 10:55:00", + "result": { + "0": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201100", + "time": "2026-01-20 11:00:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "14": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201105", + "time": "2026-01-20 11:05:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "19": 1.64 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201110", + "time": "2026-01-20 11:10:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "15": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201115", + "time": "2026-01-20 11:15:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "4": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "7": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201120", + "time": "2026-01-20 11:20:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201125", + "time": "2026-01-20 11:25:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201130", + "time": "2026-01-20 11:30:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201135", + "time": "2026-01-20 11:35:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201140", + "time": "2026-01-20 11:40:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "9": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201145", + "time": "2026-01-20 11:45:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201150", + "time": "2026-01-20 11:50:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "7": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201155", + "time": "2026-01-20 11:55:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "4": 1.64 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201200", + "time": "2026-01-20 12:00:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201205", + "time": "2026-01-20 12:05:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "16": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201210", + "time": "2026-01-20 12:10:00", + "result": { + "0": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "9": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201215", + "time": "2026-01-20 12:15:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201220", + "time": "2026-01-20 12:20:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "8": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201225", + "time": "2026-01-20 12:25:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201230", + "time": "2026-01-20 12:30:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "15": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201235", + "time": "2026-01-20 12:35:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "13": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201240", + "time": "2026-01-20 12:40:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201245", + "time": "2026-01-20 12:45:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201250", + "time": "2026-01-20 12:50:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "14": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201255", + "time": "2026-01-20 12:55:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "16": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201300", + "time": "2026-01-20 13:00:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "15": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201305", + "time": "2026-01-20 13:05:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "8": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201310", + "time": "2026-01-20 13:10:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "13": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201315", + "time": "2026-01-20 13:15:00", + "result": { + "0": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "5": 0.8 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201320", + "time": "2026-01-20 13:20:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "9": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201325", + "time": "2026-01-20 13:25:00", + "result": { + "0": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201330", + "time": "2026-01-20 13:30:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "16": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201335", + "time": "2026-01-20 13:35:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "5": 0.8 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201340", + "time": "2026-01-20 13:40:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201345", + "time": "2026-01-20 13:45:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "4": 1.64 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201350", + "time": "2026-01-20 13:50:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201355", + "time": "2026-01-20 13:55:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201400", + "time": "2026-01-20 14:00:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "15": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201405", + "time": "2026-01-20 14:05:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "16": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201410", + "time": "2026-01-20 14:10:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201415", + "time": "2026-01-20 14:15:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "6": 0.8 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201420", + "time": "2026-01-20 14:20:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "16": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201425", + "time": "2026-01-20 14:25:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "9": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201430", + "time": "2026-01-20 14:30:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "14": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201435", + "time": "2026-01-20 14:35:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "10": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201440", + "time": "2026-01-20 14:40:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "7": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201445", + "time": "2026-01-20 14:45:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "13": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201450", + "time": "2026-01-20 14:50:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "7": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201455", + "time": "2026-01-20 14:55:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "9": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201500", + "time": "2026-01-20 15:00:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "15": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201505", + "time": "2026-01-20 15:05:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201510", + "time": "2026-01-20 15:10:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201515", + "time": "2026-01-20 15:15:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "9": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201520", + "time": "2026-01-20 15:20:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201525", + "time": "2026-01-20 15:25:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "15": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201530", + "time": "2026-01-20 15:30:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "17": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201535", + "time": "2026-01-20 15:35:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201540", + "time": "2026-01-20 15:40:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "14": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201545", + "time": "2026-01-20 15:45:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "8": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201550", + "time": "2026-01-20 15:50:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "15": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201555", + "time": "2026-01-20 15:55:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "10": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201600", + "time": "2026-01-20 16:00:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "9": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201605", + "time": "2026-01-20 16:05:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "9": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201610", + "time": "2026-01-20 16:10:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201615", + "time": "2026-01-20 16:15:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "9": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201620", + "time": "2026-01-20 16:20:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "16": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201625", + "time": "2026-01-20 16:25:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201630", + "time": "2026-01-20 16:30:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "7": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201635", + "time": "2026-01-20 16:35:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "9": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201640", + "time": "2026-01-20 16:40:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "5": 0.8 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201645", + "time": "2026-01-20 16:45:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "17": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201650", + "time": "2026-01-20 16:50:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "8": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201655", + "time": "2026-01-20 16:55:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "14": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201700", + "time": "2026-01-20 17:00:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "4": 1.64 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201705", + "time": "2026-01-20 17:05:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "9": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201710", + "time": "2026-01-20 17:10:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201715", + "time": "2026-01-20 17:15:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "8": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201720", + "time": "2026-01-20 17:20:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "17": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201725", + "time": "2026-01-20 17:25:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "6": 0.8 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201730", + "time": "2026-01-20 17:30:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "3": 1.64 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201735", + "time": "2026-01-20 17:35:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "6": 0.8 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201740", + "time": "2026-01-20 17:40:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "10": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201745", + "time": "2026-01-20 17:45:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "8": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201750", + "time": "2026-01-20 17:50:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "15": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201755", + "time": "2026-01-20 17:55:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "16": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201800", + "time": "2026-01-20 18:00:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "6": 0.8 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201805", + "time": "2026-01-20 18:05:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "7": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201810", + "time": "2026-01-20 18:10:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "9": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201815", + "time": "2026-01-20 18:15:00", + "result": { + "0": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "6": 0.8 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201820", + "time": "2026-01-20 18:20:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "10": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201825", + "time": "2026-01-20 18:25:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "16": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201830", + "time": "2026-01-20 18:30:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201835", + "time": "2026-01-20 18:35:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "14": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201840", + "time": "2026-01-20 18:40:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "13": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201845", + "time": "2026-01-20 18:45:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201850", + "time": "2026-01-20 18:50:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201855", + "time": "2026-01-20 18:55:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "15": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201900", + "time": "2026-01-20 19:00:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "13": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201905", + "time": "2026-01-20 19:05:00", + "result": { + "0": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "7": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201910", + "time": "2026-01-20 19:10:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "17": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201915", + "time": "2026-01-20 19:15:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "8": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201920", + "time": "2026-01-20 19:20:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "19": 1.64 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201925", + "time": "2026-01-20 19:25:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201930", + "time": "2026-01-20 19:30:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "10": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201935", + "time": "2026-01-20 19:35:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "5": 0.8 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201940", + "time": "2026-01-20 19:40:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "7": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201945", + "time": "2026-01-20 19:45:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "9": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601201950", + "time": "2026-01-20 19:50:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "10": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601201955", + "time": "2026-01-20 19:55:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "14": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202000", + "time": "2026-01-20 20:00:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "10": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202005", + "time": "2026-01-20 20:05:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "8": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202010", + "time": "2026-01-20 20:10:00", + "result": { + "0": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "6": 0.8 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202015", + "time": "2026-01-20 20:15:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "10": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601202020", + "time": "2026-01-20 20:20:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "8": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202025", + "time": "2026-01-20 20:25:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "14": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601202030", + "time": "2026-01-20 20:30:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601202035", + "time": "2026-01-20 20:35:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "13": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202040", + "time": "2026-01-20 20:40:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "9": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601202045", + "time": "2026-01-20 20:45:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "14": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202050", + "time": "2026-01-20 20:50:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "9": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202055", + "time": "2026-01-20 20:55:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "8": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601202100", + "time": "2026-01-20 21:00:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "13": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202105", + "time": "2026-01-20 21:05:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "10": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202110", + "time": "2026-01-20 21:10:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "17": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601202115", + "time": "2026-01-20 21:15:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202120", + "time": "2026-01-20 21:20:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202125", + "time": "2026-01-20 21:25:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "17": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601202130", + "time": "2026-01-20 21:30:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202135", + "time": "2026-01-20 21:35:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202140", + "time": "2026-01-20 21:40:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202145", + "time": "2026-01-20 21:45:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202150", + "time": "2026-01-20 21:50:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "13": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202155", + "time": "2026-01-20 21:55:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601202200", + "time": "2026-01-20 22:00:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "10": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202205", + "time": "2026-01-20 22:05:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202210", + "time": "2026-01-20 22:10:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601202215", + "time": "2026-01-20 22:15:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "10": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202220", + "time": "2026-01-20 22:20:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "18": 1.64 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601202225", + "time": "2026-01-20 22:25:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "10": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202230", + "time": "2026-01-20 22:30:00", + "result": { + "0": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "5": 0.8 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601202235", + "time": "2026-01-20 22:35:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "8": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202240", + "time": "2026-01-20 22:40:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "17": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202245", + "time": "2026-01-20 22:45:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "19": 1.64 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601202250", + "time": "2026-01-20 22:50:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "17": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202255", + "time": "2026-01-20 22:55:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "19": 1.64 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601202300", + "time": "2026-01-20 23:00:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "14": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202305", + "time": "2026-01-20 23:05:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "8": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202310", + "time": "2026-01-20 23:10:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "13": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601202315", + "time": "2026-01-20 23:15:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "8": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202320", + "time": "2026-01-20 23:20:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "15": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202325", + "time": "2026-01-20 23:25:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "9": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202330", + "time": "2026-01-20 23:30:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "13": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601202335", + "time": "2026-01-20 23:35:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "9": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202340", + "time": "2026-01-20 23:40:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "17": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601202345", + "time": "2026-01-20 23:45:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "10": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601202350", + "time": "2026-01-20 23:50:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "19": 1.64 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601202355", + "time": "2026-01-20 23:55:00", + "result": { + "0": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "6": 0.8 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210000", + "time": "2026-01-21 00:00:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "16": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210005", + "time": "2026-01-21 00:05:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "6": 0.8 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210010", + "time": "2026-01-21 00:10:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "13": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210015", + "time": "2026-01-21 00:15:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "17": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210020", + "time": "2026-01-21 00:20:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "4": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210025", + "time": "2026-01-21 00:25:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "17": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210030", + "time": "2026-01-21 00:30:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "7": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210035", + "time": "2026-01-21 00:35:00", + "result": { + "0": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210040", + "time": "2026-01-21 00:40:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "16": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210045", + "time": "2026-01-21 00:45:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "14": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210050", + "time": "2026-01-21 00:50:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "16": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210055", + "time": "2026-01-21 00:55:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "14": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210100", + "time": "2026-01-21 01:00:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "9": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210105", + "time": "2026-01-21 01:05:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "16": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210110", + "time": "2026-01-21 01:10:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "15": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210115", + "time": "2026-01-21 01:15:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "9": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210120", + "time": "2026-01-21 01:20:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "10": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210125", + "time": "2026-01-21 01:25:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "3": 1.64 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210130", + "time": "2026-01-21 01:30:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "10": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210135", + "time": "2026-01-21 01:35:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "6": 0.8 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210140", + "time": "2026-01-21 01:40:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "19": 1.64 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210145", + "time": "2026-01-21 01:45:00", + "result": { + "0": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "7": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210150", + "time": "2026-01-21 01:50:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "13": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210155", + "time": "2026-01-21 01:55:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "13": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210200", + "time": "2026-01-21 02:00:00", + "result": { + "0": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "6": 0.8 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210205", + "time": "2026-01-21 02:05:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "15": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210210", + "time": "2026-01-21 02:10:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "10": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210215", + "time": "2026-01-21 02:15:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210220", + "time": "2026-01-21 02:20:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "9": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210225", + "time": "2026-01-21 02:25:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210230", + "time": "2026-01-21 02:30:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "4": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "13": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210235", + "time": "2026-01-21 02:35:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "16": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210240", + "time": "2026-01-21 02:40:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210245", + "time": "2026-01-21 02:45:00", + "result": { + "0": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210250", + "time": "2026-01-21 02:50:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "17": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210255", + "time": "2026-01-21 02:55:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "15": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210300", + "time": "2026-01-21 03:00:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210305", + "time": "2026-01-21 03:05:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "10": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210310", + "time": "2026-01-21 03:10:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210315", + "time": "2026-01-21 03:15:00", + "result": { + "0": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "6": 0.8 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210320", + "time": "2026-01-21 03:20:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "7": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210325", + "time": "2026-01-21 03:25:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210330", + "time": "2026-01-21 03:30:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "6": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "13": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210335", + "time": "2026-01-21 03:35:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "13": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210340", + "time": "2026-01-21 03:40:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "7": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "18": 1.64 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210345", + "time": "2026-01-21 03:45:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210350", + "time": "2026-01-21 03:50:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "15": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210355", + "time": "2026-01-21 03:55:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "17": 0.8 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210400", + "time": "2026-01-21 04:00:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "9": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210405", + "time": "2026-01-21 04:05:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210410", + "time": "2026-01-21 04:10:00", + "result": { + "0": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210415", + "time": "2026-01-21 04:15:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "14": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210420", + "time": "2026-01-21 04:20:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "9": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210425", + "time": "2026-01-21 04:25:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "14": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210430", + "time": "2026-01-21 04:30:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210435", + "time": "2026-01-21 04:35:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "10": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210440", + "time": "2026-01-21 04:40:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "13": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210445", + "time": "2026-01-21 04:45:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "15": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210450", + "time": "2026-01-21 04:50:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "8": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210455", + "time": "2026-01-21 04:55:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + } + }, + "winner": { + "13": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210500", + "time": "2026-01-21 05:00:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "8": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210505", + "time": "2026-01-21 05:05:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "13": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210510", + "time": "2026-01-21 05:10:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "4": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "13": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210515", + "time": "2026-01-21 05:15:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "3": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210520", + "time": "2026-01-21 05:20:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + } + }, + "winner": { + "6": 0.8 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210525", + "time": "2026-01-21 05:25:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "8": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210530", + "time": "2026-01-21 05:30:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210535", + "time": "2026-01-21 05:35:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "12": 0.38 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_虎": 0.75 + } + }, + { + "id": "202601210540", + "time": "2026-01-21 05:40:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "14": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_龙": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210545", + "time": "2026-01-21 05:45:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "1": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "7": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "8": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "9": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + } + }, + "winner": { + "11": 0.32 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210550", + "time": "2026-01-21 05:50:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "4": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "2": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "15": 0.53 + }, + "GD1": { + "冠亚大": 0.15, + "冠亚小": null + }, + "GD2": { + "冠亚单": 0.15, + "冠亚双": null + }, + "GLH_result": { + "pos_0_龙": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210555", + "time": "2026-01-21 05:55:00", + "result": { + "0": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "1": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + }, + "7": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "8": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "1": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "4": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "5": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "6": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "7": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "8": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "8": 0.53 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_龙": 0.75, + "pos_2_虎": 0.75, + "pos_3_虎": 0.75, + "pos_4_龙": 0.75 + } + }, + { + "id": "202601210600", + "time": "2026-01-21 06:00:00", + "result": { + "0": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": 3.76, + "10": null + }, + "1": { + "1": 3.76, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "2": { + "1": null, + "2": null, + "3": null, + "4": 3.76, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "3": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": 3.76, + "8": null, + "9": null, + "10": null + }, + "4": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": 3.76, + "9": null, + "10": null + }, + "5": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": 3.76, + "7": null, + "8": null, + "9": null, + "10": null + }, + "6": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": 3.76, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "7": { + "1": null, + "2": null, + "3": 3.76, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "8": { + "1": null, + "2": 3.76, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": null + }, + "9": { + "1": null, + "2": null, + "3": null, + "4": null, + "5": null, + "6": null, + "7": null, + "8": null, + "9": null, + "10": 3.76 + } + }, + "result_detail": { + "0": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "1": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "2": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "3": { + "单": 1.5, + "双": null, + "大": 1.5, + "小": null + }, + "4": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "5": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + }, + "6": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "7": { + "单": 1.5, + "双": null, + "大": null, + "小": 1.5 + }, + "8": { + "单": null, + "双": 1.5, + "大": null, + "小": 1.5 + }, + "9": { + "单": null, + "双": 1.5, + "大": 1.5, + "小": null + } + }, + "winner": { + "10": 0.38 + }, + "GD1": { + "冠亚大": null, + "冠亚小": 0.15 + }, + "GD2": { + "冠亚单": null, + "冠亚双": 0.15 + }, + "GLH_result": { + "pos_0_虎": 0.75, + "pos_1_虎": 0.75, + "pos_2_龙": 0.75, + "pos_3_龙": 0.75, + "pos_4_龙": 0.75 + } + } +] \ No newline at end of file diff --git a/src/main/java/com/tem/bocai/schedules/BetSchedule.java b/src/main/java/com/tem/bocai/schedules/BetSchedule.java index c58507c..db4266d 100644 --- a/src/main/java/com/tem/bocai/schedules/BetSchedule.java +++ b/src/main/java/com/tem/bocai/schedules/BetSchedule.java @@ -33,6 +33,11 @@ public class BetSchedule { @Autowired private CompletedTodayRepository completedTodayRepository; + public static void main(String[] args) { + BetSchedule betSchedule = new BetSchedule(); + betSchedule.placeBet(); + } + // 每天早上7.07分开始,每5分钟执行一次到第二天早上6点结束(7:07, 7:12, 7:17...23:57, 0:02, 0:07...5:57) // @Scheduled(cron = "0 7/5 7-23,0-6 * * ?") public void placeBet() { @@ -55,51 +60,51 @@ public class BetSchedule { DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss") ); - LoginInfoResult loginInfo = loginInfoRepository.findFirstByOrderByCreateTimeDesc().orElse(null); - if (loginInfo == null) { - System.out.println(currentTime + " - 未找到登录信息,跳过执行"); - return; - } - - // 检查onOff字段是否为1(开启状态) - if (loginInfo.getOnOff() != 1) { - System.out.println(currentTime + " - 投注功能未开启,跳过执行"); - return; - } - - // 检查winNum和loseNum字段是否合理 - Integer winNum = loginInfo.getWinNum(); - Integer loseNum = loginInfo.getLoseNum(); - - if (winNum != null || loseNum != null) { - // 根据LoginInfo的startTime 查询CompletedToday的resultAmount总和 判断是否达到 winNum 和 loseNum的值 - Date startTime = loginInfo.getStartTime(); - if (startTime != null) { - Double totalResultAmount = completedTodayRepository.sumResultAmountByCreateTimeAfter(startTime); - if (totalResultAmount != null) { - System.out.println(" - 今日盈亏总和: " + totalResultAmount); - - // 判断是否达到止盈点 - if (totalResultAmount >= winNum) { - System.out.println(currentTime + " - 已达到止盈点 " + winNum + ",跳过执行"); - return; - } - - // 判断是否达到止亏点 - if (totalResultAmount <= -loseNum) { - System.out.println(currentTime + " - 已达到止亏点 " + loseNum + ",跳过执行"); - return; - } - } - } - } +// LoginInfoResult loginInfo = loginInfoRepository.findFirstByOrderByCreateTimeDesc().orElse(null); +// if (loginInfo == null) { +// System.out.println(currentTime + " - 未找到登录信息,跳过执行"); +// return; +// } +// +// // 检查onOff字段是否为1(开启状态) +// if (loginInfo.getOnOff() != 1) { +// System.out.println(currentTime + " - 投注功能未开启,跳过执行"); +// return; +// } +// +// // 检查winNum和loseNum字段是否合理 +// Integer winNum = loginInfo.getWinNum(); +// Integer loseNum = loginInfo.getLoseNum(); +// +// if (winNum != null || loseNum != null) { +// // 根据LoginInfo的startTime 查询CompletedToday的resultAmount总和 判断是否达到 winNum 和 loseNum的值 +// Date startTime = loginInfo.getStartTime(); +// if (startTime != null) { +// Double totalResultAmount = completedTodayRepository.sumResultAmountByCreateTimeAfter(startTime); +// if (totalResultAmount != null) { +// System.out.println(" - 今日盈亏总和: " + totalResultAmount); +// +// // 判断是否达到止盈点 +// if (totalResultAmount >= winNum) { +// System.out.println(currentTime + " - 已达到止盈点 " + winNum + ",跳过执行"); +// return; +// } +// +// // 判断是否达到止亏点 +// if (totalResultAmount <= -loseNum) { +// System.out.println(currentTime + " - 已达到止亏点 " + loseNum + ",跳过执行"); +// return; +// } +// } +// } +// } System.out.println(currentTime + " - 开始执行投注..."); - System.out.println(" - 投注设置: 止盈点=" + winNum + ", 止亏点=" + loseNum + ", 状态=" + (loginInfo.getOnOff() == 1 ? "开启" : "关闭")); +// System.out.println(" - 投注设置: 止盈点=" + winNum + ", 止亏点=" + loseNum + ", 状态=" + (loginInfo.getOnOff() == 1 ? "开启" : "关闭")); try { // 执行投注逻辑 - executeBet(loginInfo); + executeBet(null); System.out.println(currentTime + " - 投注执行完成"); @@ -120,32 +125,42 @@ public class BetSchedule { // 4. 记录投注结果 try { - // 1. 从json文件中获取投注号码 - System.out.println(" - 从json文件中获取投注号码..."); - JSONObject betData = readBetDataFromJson(); - JSONArray betNumbers = betData.getJSONArray("betNumbers"); + // 1. 从json文件中获取投注数据 + System.out.println(" - 从json文件中获取投注数据..."); + JSONArray betDataArray = readBetDataFromJson(); - JSONObject bet = betData.getJSONObject("bet"); - bet.put("game", betNumbers); - bet.put("contents", betNumbers); - bet.put("amount", betNumbers); - bet.put("odds", 9.599); - bet.put("title", betNumbers); - System.out.println(" - 投注号码: " + betNumbers.toString()); + // 2. 遍历投注数据并执行投注 + for (int i = 0; i < betDataArray.length(); i++) { + JSONObject betData = betDataArray.getJSONObject(i); + String time = betData.getString("time"); + System.out.println(" - 处理投注时间: " + time); - // 2. 计算投注金额 - System.out.println(" - 计算投注金额..."); - double betAmount = betData.getDouble("betAmount"); - System.out.println(" - 投注金额: " + betAmount); + // 获取投注号码 + JSONObject result = betData.getJSONObject("result"); + JSONArray betNumbers = new JSONArray(); + for (int j = 0; j < 10; j++) { + JSONObject posData = result.getJSONObject(String.valueOf(j)); + for (String num : posData.keySet()) { + if (posData.get(num) != null) { + betNumbers.put(num); + } + } + } + System.out.println(" - 投注号码: " + betNumbers.toString()); - // 3. 调用投注接口 - System.out.println(" - 提交投注..."); - String betResult = callBetApi(betNumbers, betAmount, loginInfo); - System.out.println(" - 投注结果: " + betResult); + // 计算投注金额 + double betAmount = loginInfo.getAmount(); // 固定投注金额 + System.out.println(" - 投注金额: " + betAmount); - // 4. 记录投注结果 - System.out.println(" - 记录投注结果..."); - recordBetResult(betNumbers, betAmount, betResult); + // 调用投注接口 + System.out.println(" - 提交投注..."); + String betResult = callBetApi(betNumbers, betAmount, loginInfo); + System.out.println(" - 投注结果: " + betResult); + + // 记录投注结果 + System.out.println(" - 记录投注结果..."); + recordBetResult(betNumbers, betAmount, betResult); + } } catch (Exception e) { System.err.println(" - 投注执行失败:"); @@ -156,13 +171,17 @@ public class BetSchedule { /** * 从json文件中读取投注数据 */ - private JSONObject readBetDataFromJson() throws IOException { - // 假设json文件位于项目根目录的bet-data.json - String filePath = "bet-data.json"; + private JSONArray readBetDataFromJson() throws IOException { + // 使用绝对路径读取文件 + String projectRoot = System.getProperty("user.dir"); + String filePath = projectRoot + "/PyModel/data_test_predict/betting_predictions_final_1_20.json"; + System.out.println(" - 读取投注数据文件: " + filePath); + FileReader reader = new FileReader(filePath); JSONTokener tokener = new JSONTokener(reader); - JSONObject betData = new JSONObject(tokener); + JSONArray betData = new JSONArray(tokener); reader.close(); + System.out.println(" - 成功读取投注数据,共" + betData.length() + "条记录"); return betData; }